Public bug reported:
Binary package hint: gnome-applets
stickynotes crashes if added to panel with existing note. It also
crashes when adding a new note.
It crashes because gtk_builder_get_obect returns NULL instead of
note->w_window.
StickyNote *
stickynote_new_aux (GdkScreen *screen, gint x, gint y, gint w, gint h)
{
StickyNote *note;
GtkBuilder *builder;
GtkIconSize size;
note = g_new (StickyNote, 1);
builder = gtk_builder_new ();
gtk_builder_add_from_file (builder, BUILDER_PATH, NULL);
note->w_window = GTK_WIDGET (gtk_builder_get_object (builder,
"stickynote_window"));
the version is karmic (todays update). gnome-applets 2.27.92-0ubuntu1
** Affects: gnome-applets (Ubuntu)
Importance: Undecided
Status: New
--
stickynotes applet crashes
https://bugs.launchpad.net/bugs/431258
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs