[meld] Default to not showing the readonly emblem



commit 9c4062a26048e57f2b092bd8fbd8ade8cbb5f489
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Mon Dec 24 09:23:37 2012 +1000

    Default to not showing the readonly emblem

 data/ui/filediff.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/filediff.ui b/data/ui/filediff.ui
index 5c2a5fb..c8de0cf 100644
--- a/data/ui/filediff.ui
+++ b/data/ui/filediff.ui
@@ -122,7 +122,7 @@
                 <property name="can_focus">False</property>
                 <child>
                   <object class="GtkToggleButton" id="readonlytoggle2">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="can_focus">False</property>
                     <property name="relief">none</property>
                     <property name="tooltip-text" translatable="yes">This file can not be written to. You may click here to unlock this file and make changes anyway, but these changes must be saved to a new file.</property>
@@ -164,7 +164,7 @@
                 <property name="can_focus">False</property>
                 <child>
                   <object class="GtkToggleButton" id="readonlytoggle1">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="can_focus">False</property>
                     <property name="relief">none</property>
                     <property name="tooltip-text" translatable="yes">This file can not be written to. You may click here to unlock this file and make changes anyway, but these changes must be saved to a new file.</property>
@@ -206,7 +206,7 @@
                 <property name="can_focus">False</property>
                 <child>
                   <object class="GtkToggleButton" id="readonlytoggle0">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="can_focus">False</property>
                     <property name="relief">none</property>
                     <property name="tooltip-text" translatable="yes">This file can not be written to. You may click here to unlock this file and make changes anyway, but these changes must be saved to a new file.</property>



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