GNOME Bugzilla – Bug 332287
crash clicking the Close button in quick-lounge-applet
Last modified: 2006-03-06 21:08:11 UTC
Right click a launcher in the quick-lounge-applet, Properties. Click the "Close" button. Reproducible. GTK+ 2.8.12, q-l-a 2.12.1, GNOME 2.13.91 Including the crashing top-most stack only. Backtrace was generated from '/opt/gnome-2.13.91/libexec/quick-lounge-applet' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1223772480 (LWP 9795)] 0xffffe410 in ?? ()
+ Trace 66433
Why doyou think this is a GTK+ problem ? gtk_entry_set_text gets called on something thats not an entry. Hardly something we can fix in GTK+
Moving to gnome-desktop. According to the discussion in #gtk+, gnome_ditem_edit_clear() calls gtk_entry_set_text() on something that is not a GtkEntry.
Fixed in HEAD.