GNOME Bugzilla – Bug 350318
TypeError on every keypress
Last modified: 2006-08-09 20:32:43 UTC
On every keypress: Traceback (most recent call last):
+ Trace 70058
self.ui.append_matches (results)
self.cuemiac.append_matches (matches)
self.model.append (matches)
self.__append (hit)
self.__append_to_category (match)
self.__append_match_to_iter (cat.get_category_iter(), match)
return self.__parent.get_iter (self.__category_row_ref.get_path())
On clicking an entry: Traceback (most recent call last): File "//usr/lib/python2.4/site-packages/deskbar/ui/cuemiac/LingeringSelectionWindow.py", line 31, in _on_view_activated pixmap = view.create_row_drag_icon (path) TypeError: path should be a GtkTreePath deskbar 2.15.90.1, gtk+-2.10.1, dev-python/pygtk-2.9.5, dev-python/pygobject-2.11.1
Probable duplicate of bug 350252. I'm installing pygtk 2.9.6 now to see if it fixes it.
Yep, pygtk-2.9.6 (with pygobject 2.11.2) fixes the bug.
oops. reopening to mark as duplicate of bug 350252. Sorry for bugspam.
*** This bug has been marked as a duplicate of 350252 ***