[glade] Disabled select-multiple properties in GtkRecentAction and GtkRecentChooserMenu. They are not suppor



commit 6f99840f5ec4009d16268a229990b19ebfb6b484
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Sep 16 17:18:22 2013 -0300

    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.

 plugins/gtk+/gtk+.xml.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 6c05847..dc188d4 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]