summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-16 17:18:22 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-16 17:46:00 -0300
commit6f99840f5ec4009d16268a229990b19ebfb6b484 (patch)
tree2d61afcfae4ce64aedd52f8a7d49a4e48aa85758
parentf5308942e755afa144057156fa022031f32681e2 (diff)
downloadglade-6f99840f5ec4009d16268a229990b19ebfb6b484.tar.gz
Disabled select-multiple properties in GtkRecentAction and GtkRecentChooserMenu.
They are not supported in these derived classes giving you a warning that make glade test fail.
-rw-r--r--plugins/gtk+/gtk+.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 6c058476..dc188d48 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2254,7 +2254,7 @@ range of values</_tooltip>
<property id="show-tips" custom-layout="True"/>
<property id="show-icons" custom-layout="True"/>
<property id="show-not-found" custom-layout="True"/>
- <property id="select-multiple" custom-layout="True"/>
+ <property id="select-multiple" custom-layout="True" disabled="True"/>
<property id="local-only" custom-layout="True"/>
<property id="show-numbers" custom-layout="True"/>
</properties>
@@ -2918,7 +2918,7 @@ range of values</_tooltip>
<property id="show-icons" custom-layout="True"/>
<property id="show-not-found" custom-layout="True"/>
<property id="local-only" custom-layout="True"/>
- <property id="select-multiple" custom-layout="True"/>
+ <property id="select-multiple" custom-layout="True" disabled="True"/>
<property id="show-numbers" custom-layout="True"/>
</properties>
</glade-widget-class>