GNOME Bugzilla – Bug 359568
crash in Deskbar: beagle installiert, desk...
Last modified: 2006-11-15 22:22:48 UTC
What were you doing when the application crashed? beagle installiert, desktop search bar hinzugefügt, suche nach musik gestartet, liefert ergebnis ordner musik, doppleklick auf ordner absturz Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 Traceback (most recent call last):
+ Trace 74473
match.action(text)
gobject.spawn_async(["nautilus", self.drive], flags=gobject.SPAWN_SEARCH_PATH)
Duplicate of bug 353081?
Created attachment 74081 [details] [review] Solution Attached is a fix for this. We can't just change the prototype for __init__ since other stuff relies on the possibility that self.drive is None.
Thanks for the fix. in CVS
*** Bug 375502 has been marked as a duplicate of this bug. ***