stickynotes applet crashes

Bug #431258 reported by Lukas Hejtmanek
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
GNOME Applets
New
Undecided
Unassigned
gnome-applets (Ubuntu)
New
Medium
Ubuntu Desktop Bugs

Bug Description

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

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your bug report. The issue is an upstream one and it would be nice if somebody having it could send the bug the to the people writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

Changed in gnome-applets (Ubuntu):
assignee: nobody → Ubuntu Desktop Bugs (desktop-bugs)
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.