GNOME Bugzilla – Bug 310618
stickynotes crashes when closing property window with the close window widget
Last modified: 2005-08-11 21:45:54 UTC
Version details: 2.10.1-5 Distribution/Version: Debian sid Hi, bugreport@lancrew.de reported in Debian bug http://bugs.debian.org/318517 that the following crashes stickynotes: 1/ open a note 2/ open its properties (double-click on title of the note) 3/ close the properties by pressing the window manager close button for the properties (do not press the Close button) in the window title bar 4/ reopen the properties Backtrace and warnings: (stickynotes_applet:28605): GLib-GObject-WARNING **: invalid uninstantiatable ty pe `(null)' in cast to `GtkEntry' (stickynotes_applet:28605): Gtk-CRITICAL **: gtk_entry_set_text: assertion `GTK_ IS_ENTRY (entry)' failed Program received signal SIGSEGV, Segmentation fault.
+ Trace 61791
Thread NaN (LWP 28605)
Happens with 2.11.91 too.
Created attachment 50357 [details] [review] fixes the issue
Looks sane. Do it.
2005-08-11 Sebastien Bacher <seb128@debian.org> * stickynotes.c: (stickynote_new): hide the property dialog instead of closing it (Closes: #310618).