Crash on tab closing
Reported by Virgil Dupras | April 1st, 2011 @ 07:09 PM
Application Name: moneyGuru
Version: 2.3.6
Traceback (most recent call last):
File "/usr/local/share/moneyguru/qt/controller/main_window.py", line 384, in currentTabChanged
self.model.current_pane_index = index
File "/usr/local/share/moneyguru/core/gui/main_window.py", line 388, in current_pane_index
pane = self.panes[value]
IndexError: list index out of range
Then
Application Name: moneyGuru
Version: 2.3.6
Traceback (most recent call last):
File "/usr/local/share/moneyguru/qt/controller/main_window.py", line 337, in closeTabTriggered
self.model.close_pane(self.model.current_pane_index)
File "/usr/local/share/moneyguru/core/gui/main_window.py", line 201, in close_pane
newindex = self.panes.index(self._current_pane)
ValueError: list.index(x): x not in list
Comments and changes to this ticket
-
Virgil Dupras April 18th, 2011 @ 11:46 AM
- Tag changed from bug to bug, qt
- State changed from new to accepted
Oh well, that's an easy one: Under qt, it's possible to close the last tab. Cmon Virgil, that's weak...
-
Virgil Dupras April 18th, 2011 @ 02:16 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras April 18th, 2011 @ 02:38 PM
- State changed from accepted to fixed
(from [2b722abae380]) [#245 state:fixed] Fixed a crash under Qt when closing the last tab. https://bitbucket.org/hsoft/moneyguru/changeset/2b722abae380/
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 245 Crash on tab closing (from [2b722abae380]) [#245 state:fixed] Fixed a crash un...