After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 329924 - gtk_label_set_text critical warning
gtk_label_set_text critical warning
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.13.x
Other All
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-04 20:28 UTC by Zoltan Horvath
Modified: 2006-02-12 12:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Zoltan Horvath 2006-02-04 20:28:31 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.
Comment 1 Vincent Untz 2006-02-12 12:18:49 UTC
Thanks. Fixed in HEAD.