[glade/headerbar] Don't show the use-csd property twice



commit 0f7d2e92ee7ca99120b630680c4c5aefd408e4a9
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 17 17:14:36 2014 -0400

    Don't show the use-csd property twice
    
    Now that we are showing it in the window editor, make it not
    show up outside.

 plugins/gtk+/gtk+.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 3b014f7..4aa8a6c 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -706,7 +706,7 @@
             <_tooltip>A list of accel groups to be added to this window</_tooltip>
           </property>
           <!-- Virtual csd mode property -->
-          <property id="use-csd" name="CSD" visible="True" save="False">
+          <property id="use-csd" name="CSD" save="False" custom-layout="True">
             <parameter-spec>
               <type>GParamBoolean</type>
             </parameter-spec>


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