GNOME Bugzilla – Bug 400976
Sudoku crashes on logout with a TypeError exception
Last modified: 2007-02-25 17:37:40 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/gnome-games/+bug/81040 "Sudoku crashes on logout Package: gnome-games 1:2.17.90-0ubuntu1 Traceback: Traceback (most recent call last):
+ Trace 105403
selected_tracker_id=mod.get_value(itr,0) TypeError: iter must be a GtkTreeIterUname"
I'm not able to reproduce this crash. I suspect that the crash is caused by "itr" being null when logging out.
*** Bug 410980 has been marked as a duplicate of this bug. ***
Caused by pressing the clear tracker button is tracker panel, without any trackers selected.
I'm not entirely sure why this bug was triggered on logout, but I've fixed the cb so that you shouldn't ever get this traceback and I've fixed the button sensitiviy so that you shouldn't be able to click on "clear" when there are no trackers selected.