summaryrefslogtreecommitdiff
path: root/gtk/inspector/menu.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-05 09:29:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-05 09:29:18 -0400
commit14d1a5cba4b24078a51a48c1cbc8e6dbd4d67085 (patch)
tree0aff3848f441c157246d2ba78b84ac37d5cc397c /gtk/inspector/menu.ui
parentaf8bd96e6e8d9b725e0c11bed75520f1b3b49072 (diff)
downloadgtk+-14d1a5cba4b24078a51a48c1cbc8e6dbd4d67085.tar.gz
inspector: Make GMenu content show up
My problem was that all the content is usually hidden away in sections, so without recursion, nothing shows up. So, implement the recursion then.
Diffstat (limited to 'gtk/inspector/menu.ui')
-rw-r--r--gtk/inspector/menu.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/inspector/menu.ui b/gtk/inspector/menu.ui
index b63ee92f09..07b5be3a0f 100644
--- a/gtk/inspector/menu.ui
+++ b/gtk/inspector/menu.ui
@@ -22,7 +22,6 @@
<object class= "GtkTreeView">
<property name="visible">True</property>
<property name="model">model</property>
- <property name="activate-on-single-click">True</property>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Label</property>