GNOME Bugzilla – Bug 335446
Pressing up or down arrows before list pops up breaks
Last modified: 2006-04-06 17:47:06 UTC
1. Type anything 2. Almost simultaneously, press the down or up arrow. 3. Watch deskbar break Traceback (most recent call last):
+ Trace 67123
self.focus_first_match (event.time)
self.cview.set_cursor (self.model.get_path(self.model.get_iter_first()))
Confirmed on Ubuntu Dapper and FC5
confirming
Mentioned in https://launchpad.net/distros/ubuntu/+source/deskbar-applet/+bug/38175 as well.
Created attachment 62844 [details] [review] Pacth that checks whether the view is ready for user interaction
The patch is against cvs head. I would suspect it to apply against 2.14.0.1 also...
Applied in HEAD, waiting for backport, thanks for th epatch