[glade] Unmark GtkWidget:has-focus & is-focus as save-always.



commit 5b2228e8a1a14a154d481aea3104194c8c836290
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Wed May 1 20:26:47 2013 +0900

    Unmark GtkWidget:has-focus & is-focus as save-always.
    
    This was a copy/paste error, there is no need to mark these as save-always
    and it introduces meaningless diffs in projects

 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 bf3a1e9..b52c5c7 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -61,8 +61,8 @@
                  multiline="True" ignore="True"/>
        <property id="has-tooltip" custom-layout="True" ignore="True"/>
         <property id="can-focus" custom-layout="True" save-always="True"/>
-        <property id="has-focus" custom-layout="True" save-always="True"/>
-        <property id="is-focus" custom-layout="True" save-always="True"/>
+        <property id="has-focus" custom-layout="True"/>
+        <property id="is-focus" custom-layout="True"/>
        <property id="has-default" custom-layout="True" ignore="True"/>
        <property id="can-default" custom-layout="True"/>
        <property id="receives-default" custom-layout="True"/>


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