[tracker/follow-symlinks: 5/5] tracker-preferences: Fixed deprecation warnings in UI file



commit 80ecc791aa2b43fe6758b156e4d3e76b320786f0
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Sep 4 15:05:11 2014 +0100

    tracker-preferences: Fixed deprecation warnings in UI file

 src/tracker-preferences/tracker-preferences.ui |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/src/tracker-preferences/tracker-preferences.ui b/src/tracker-preferences/tracker-preferences.ui
index 11a6509..c39649e 100644
--- a/src/tracker-preferences/tracker-preferences.ui
+++ b/src/tracker-preferences/tracker-preferences.ui
@@ -63,22 +63,22 @@
     <signal name="response" handler="tracker_preferences_response_cb" swapped="no"/>
     <child type="action">
       <object class="GtkButton" id="button_close">
-        <property name="label">gtk-close</property>
+        <property name="label">_Close</property>
+        <property name="use_underline">True</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="receives_default">True</property>
-        <property name="use_stock">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_apply">
        <property name="visible">True</property>
-       <property name="label">gtk-apply</property>
+       <property name="label">_Apply</property>
+        <property name="use_underline">True</property>
        <property name="visible">True</property>
        <property name="can-default">True</property>
        <property name="can_focus">True</property>
        <property name="receives_default">True</property>
-       <property name="use_stock">True</property>
       </object>
     </child>
     <action-widgets>
@@ -686,7 +686,6 @@ Those which are the same are disabled!</property>
                                             <property name="can_focus">True</property>
                                             <property name="model">liststore_index</property>
                                             <property name="headers_clickable">False</property>
-                                            <property name="rules_hint">True</property>
                                             <property name="search_column">0</property>
                                             <child internal-child="selection">
                                               <object class="GtkTreeSelection" id="treeview-selection1"/>
@@ -869,7 +868,6 @@ Those which are the same are disabled!</property>
                                             <property name="can_focus">True</property>
                                             <property name="model">liststore_ignored_directories</property>
                                             <property name="headers_visible">False</property>
-                                            <property name="rules_hint">True</property>
                                             <property name="search_column">0</property>
                                             <child internal-child="selection">
                                               <object class="GtkTreeSelection" id="treeview-selection2"/>
@@ -1007,7 +1005,6 @@ Those which are the same are disabled!</property>
                                             <property name="can_focus">True</property>
                                             <property 
name="model">liststore_ignored_directories_with_content</property>
                                             <property name="headers_visible">False</property>
-                                            <property name="rules_hint">True</property>
                                             <property name="search_column">0</property>
                                             <child internal-child="selection">
                                               <object class="GtkTreeSelection" id="treeview-selection3"/>
@@ -1162,7 +1159,6 @@ Most commonly this is used to ignore directories like *~, *.o, *.la, etc</proper
                                         <property name="model">liststore_ignored_files</property>
                                         <property name="headers_visible">False</property>
                                         <property name="headers_clickable">False</property>
-                                        <property name="rules_hint">True</property>
                                         <property name="search_column">0</property>
                                         <child internal-child="selection">
                                           <object class="GtkTreeSelection" id="treeview-selection4"/>


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