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 642864 - glade attempts widget operations on non-widget action
glade attempts widget operations on non-widget action
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
git master
Other All
: Normal trivial
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks: 595075
 
 
Reported: 2011-02-21 11:50 UTC by Craig Keogh
Modified: 2011-03-09 08:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check widget selection is a widget before drawing (1002 bytes, patch)
2011-02-21 11:51 UTC, Craig Keogh
none Details | Review

Description Craig Keogh 2011-02-21 11:50:06 UTC
1. Click Toplevels -> Window
2. Click Actions -> Action
3. Right click in Widget List, select Add Widget as top level.

Gtk-CRITICAL **: gtk_widget_is_ancestor: assertion `GTK_IS_WIDGET (widget)' failed
Comment 1 Craig Keogh 2011-02-21 11:51:27 UTC
Created attachment 181447 [details] [review]
Check widget selection is a widget before drawing