[network-manager-applet/NETWORKMANAGER_APPLET_0_7] hig: convert tooltip_text property to format that glade-3 understands



commit b2b1a343d35c1e33a7cb837cd30b72e8e8902955
Author: Christian Persch <chpe gnome org>
Date:   Wed Jun 3 14:51:55 2009 -0400

    hig: convert tooltip_text property to format that glade-3 understands
    
    Unpatched glade-3 refuses to save a file in glade format if it contains
    widgets with "tooltip_text" property set. Convert these to the old
    "tooltip" property that libglade understands and glade-3 can save.
---
 src/connection-editor/ce-page-ip4.glade      |    8 ++++----
 src/connection-editor/ce-page-wired.glade    |    2 +-
 src/connection-editor/ce-page-wireless.glade |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/connection-editor/ce-page-ip4.glade b/src/connection-editor/ce-page-ip4.glade
index 6e4d92e..8467715 100644
--- a/src/connection-editor/ce-page-ip4.glade
+++ b/src/connection-editor/ce-page-ip4.glade
@@ -81,7 +81,7 @@ Shared to other computers</property>
                             <property name="height_request">100</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="tooltip_text" translatable="yes">IP addresses identify your computer on the network.  Click the "Add" button to add an IP address.</property>
+                            <property name="tooltip" translatable="yes">IP addresses identify your computer on the network.  Click the "Add" button to add an IP address.</property>
                             <property name="rules_hint">True</property>
                           </widget>
                         </child>
@@ -171,7 +171,7 @@ Shared to other computers</property>
               <widget class="GtkEntry" id="ip4_dns_searches_entry">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="tooltip_text" translatable="yes">IP addresses identify your computer on the network.  Click the "Add" button to add an IP address.</property>
+                <property name="tooltip" translatable="yes">IP addresses identify your computer on the network.  Click the "Add" button to add an IP address.</property>
               </widget>
               <packing>
                 <property name="left_attach">1</property>
@@ -223,7 +223,7 @@ Shared to other computers</property>
               <widget class="GtkEntry" id="ip4_dns_servers_entry">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="tooltip_text" translatable="yes">IP addresses identify your computer on the network.  Click the "Add" button to add an IP address.</property>
+                <property name="tooltip" translatable="yes">IP addresses identify your computer on the network.  Click the "Add" button to add an IP address.</property>
               </widget>
               <packing>
                 <property name="left_attach">1</property>
@@ -328,7 +328,7 @@ Shared to other computers</property>
                     <property name="height_request">100</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="tooltip_text" translatable="yes">IP addresses identify your computer on the network.  Click the "Add" button to add an IP address.</property>
+                    <property name="tooltip" translatable="yes">IP addresses identify your computer on the network.  Click the "Add" button to add an IP address.</property>
                     <property name="rules_hint">True</property>
                   </widget>
                 </child>
diff --git a/src/connection-editor/ce-page-wired.glade b/src/connection-editor/ce-page-wired.glade
index eeff698..a3c75c7 100644
--- a/src/connection-editor/ce-page-wired.glade
+++ b/src/connection-editor/ce-page-wired.glade
@@ -124,7 +124,7 @@ Media Independent Interface (MII)</property>
           <widget class="GtkEntry" id="wired_mac">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="tooltip_text">This option locks this connection to the network device specified by the MAC address entered here.  Example: 00:11:22:33:44:55</property>
+            <property name="tooltip">This option locks this connection to the network device specified by the MAC address entered here.  Example: 00:11:22:33:44:55</property>
           </widget>
           <packing>
             <property name="left_attach">1</property>
diff --git a/src/connection-editor/ce-page-wireless.glade b/src/connection-editor/ce-page-wireless.glade
index f43020b..1cd9f3f 100644
--- a/src/connection-editor/ce-page-wireless.glade
+++ b/src/connection-editor/ce-page-wireless.glade
@@ -68,7 +68,7 @@
           <widget class="GtkEntry" id="wireless_mac">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="tooltip_text">This option locks this connection to the network device specified by the MAC address entered here.  Example: 00:11:22:33:44:55</property>
+            <property name="tooltip">This option locks this connection to the network device specified by the MAC address entered here.  Example: 00:11:22:33:44:55</property>
           </widget>
           <packing>
             <property name="left_attach">1</property>
@@ -201,7 +201,7 @@
           <widget class="GtkEntry" id="wireless_bssid">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="tooltip_text">This option locks this connection to the wireless access point (AP) specified by the BSSID entered here.  Example: 00:11:22:33:44:55</property>
+            <property name="tooltip">This option locks this connection to the wireless access point (AP) specified by the BSSID entered here.  Example: 00:11:22:33:44:55</property>
           </widget>
           <packing>
             <property name="left_attach">1</property>



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