[tracker] Fixes #591814 - Clean up .ui files



commit bfa5b806779ace58eb132e86b209dd5c6e9bce2c
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Fri Oct 9 11:19:06 2009 +0100

    Fixes #591814 - Clean up .ui files

 src/tracker-preferences/tracker-preferences.ui |   36 ++++++++++++++++--------
 1 files changed, 24 insertions(+), 12 deletions(-)
---
diff --git a/src/tracker-preferences/tracker-preferences.ui b/src/tracker-preferences/tracker-preferences.ui
index 0276e04..d5bde80 100644
--- a/src/tracker-preferences/tracker-preferences.ui
+++ b/src/tracker-preferences/tracker-preferences.ui
@@ -132,8 +132,10 @@
                     <child type="label">
                       <object class="GtkLabel" id="label_general">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Start up&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Start up</property>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                     </child>
                   </object>
@@ -392,8 +394,10 @@ Checking this means that when Tracker is run for the first time, it will not pau
                     <child type="label">
                       <object class="GtkLabel" id="label_indexing">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Indexing&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Indexing</property>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                     </child>
                   </object>
@@ -551,8 +555,10 @@ Checking this means that when Tracker is run for the first time, it will not pau
                     <child type="label">
                       <object class="GtkLabel" id="label1">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Recursively Indexed&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Recursively Indexed</property>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                     </child>
                   </object>
@@ -676,8 +682,10 @@ Checking this means that when Tracker is run for the first time, it will not pau
                     <child type="label">
                       <object class="GtkLabel" id="label7">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Non-Recursively Indexed&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Non-Recursively Indexed</property>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                     </child>
                   </object>
@@ -932,8 +940,10 @@ Checking this means that when Tracker is run for the first time, it will not pau
                     <child type="label">
                       <object class="GtkLabel" id="label6">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Directories&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Directories</property>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                     </child>
                   </object>
@@ -1058,8 +1068,10 @@ Most commonly this is used to ignore directories like *~, *.o, *.la, etc</proper
                     <child type="label">
                       <object class="GtkLabel" id="label9">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Files&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Files</property>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                     </child>
                   </object>



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