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 137386 - Problem with separators in menus
Problem with separators in menus
Status: RESOLVED FIXED
Product: glade-legacy
Classification: Deprecated
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2004-03-16 16:16 UTC by Damon Chaplin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Damon Chaplin 2004-03-16 16:16:21 UTC
Separators in menus can have icons set for them in the menu editor, which
results in critical warnings:

(glade-2:2877): Gtk-CRITICAL **: file gtkobject.c: line 651
(gtk_object_set_data_full): assertion `GTK_IS_OBJECT (object)' failed

We should probably treat separators specially now, and make the stock item,
label, and icon fields insensitive.
Comment 1 Damon Chaplin 2004-09-24 14:39:38 UTC
I've fixed the warning.
I don't want to change the code to treat separators specially as I'll probably
break stuff.