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 439339 - connect_clicked doesnt connect ToolButton widgets
connect_clicked doesnt connect ToolButton widgets
Status: RESOLVED FIXED
Product: libglademm
Classification: Other
Component: general
git master
Other Linux
: Normal enhancement
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2007-05-18 02:19 UTC by dave
Modified: 2011-01-16 23:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
patch to add toolbutton support (1.24 KB, patch)
2007-05-18 02:24 UTC, dave
none Details | Review

Description dave 2007-05-18 02:19:39 UTC
The connect_clicked() function in Gnome::Glade::Xml does not connect the clicked signal for Gtk::ToolButton widgets.  It would be nice if it did.

A patch to do just this is attached.
Comment 1 dave 2007-05-18 02:24:34 UTC
Created attachment 88369 [details] [review]
patch to add toolbutton support
Comment 2 Murray Cumming 2008-02-10 16:36:33 UTC
Committed. Sorry for the awful delay - somehow I didn't see this bug until now.