diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-08 20:14:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-10 22:04:25 -0400 |
commit | 768a437c02a3db6a89c35d994056e03455b34b90 (patch) | |
tree | 084eced211a59c030490b3b42133ec12a1cad4a0 /modules | |
parent | cda706b5227f6b5a803da7e03bda7c3ea62de2d6 (diff) | |
download | gtk+-768a437c02a3db6a89c35d994056e03455b34b90.tar.gz |
Work around a GtkBuilder deficiency
It turns out that an <object> with just a <signal> in it does
not work right in GtkBuilder. Work around by adding a property.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/inspector/classes-list.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/inspector/classes-list.ui b/modules/inspector/classes-list.ui index b7198a3b8f..e26700ff3f 100644 --- a/modules/inspector/classes-list.ui +++ b/modules/inspector/classes-list.ui @@ -45,6 +45,7 @@ <property name="title" translatable="yes">Name</property> <child> <object class="GtkCellRendererToggle"> + <property name="activatable">True</property> <signal name="toggled" handler="enabled_toggled"/> </object> <attributes> |