GNOME Bugzilla – Bug 329924
gtk_label_set_text critical warning
Last modified: 2006-02-12 12:18:49 UTC
Steps to reproduce: 1. use panel-run-dialog with program-list disabled 2. glib cvs 3. Stack trace: Other information: gnome-panel crashes after alt+f2 if program_list is disabled in gconf. (start typing or select from combo) Two line is affected in gnome-panel/panel-run-dialog.c entry_changed(). When you don't have program_list neither you have dialog->program_label. /?/ I just made a test: if (GTK_IS_LABEL (dialog->program_label)) gtk_label_set_text... But I guess it's not a perfect solution.
Thanks. Fixed in HEAD.