[phonemgr] Bump gtk+ requirement to 2.18 to make bold labels translator friendly



commit da32ddea558b01dfa7900f5198f3b15b5105c4e4
Author: Daniele Forsi <dforsi src gnome org>
Date:   Fri Feb 4 19:19:55 2011 +0100

    Bump gtk+ requirement to 2.18 to make bold labels translator friendly

 data/phonemgr.ui |   37 ++++++++++++++++++++++---------------
 1 files changed, 22 insertions(+), 15 deletions(-)
---
diff --git a/data/phonemgr.ui b/data/phonemgr.ui
index 610e098..fe07035 100644
--- a/data/phonemgr.ui
+++ b/data/phonemgr.ui
@@ -1,6 +1,6 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <interface>
-  <!-- interface-requires gtk+ 2.12 -->
+  <requires lib="gtk+" version="2.18"/>
   <!-- interface-requires ephone 0.0 -->
   <!-- interface-requires gnome-bluetooth 0.0 -->
   <!-- interface-naming-policy toplevel-contextual -->
@@ -9,7 +9,6 @@
     <property name="title" translatable="yes">Message Received</property>
     <property name="resizable">False</property>
     <property name="type_hint">dialog</property>
-    <property name="has_separator">False</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
         <property name="visible">True</property>
@@ -39,9 +38,11 @@
                     <property name="visible">True</property>
                     <property name="xalign">0</property>
                     <property name="yalign">0</property>
-                    <property name="label" translatable="yes">&lt;span weight="bold" size="larger"&gt;You have received a message&lt;/span&gt;</property>
-                    <property name="use_markup">True</property>
+                    <property name="label" translatable="yes">You have received a message</property>
                     <property name="wrap">True</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"/>
+                    </attributes>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -254,7 +255,6 @@
     <property name="border_width">6</property>
     <property name="title" translatable="yes">Send Message</property>
     <property name="type_hint">dialog</property>
-    <property name="has_separator">False</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox2">
         <property name="visible">True</property>
@@ -284,9 +284,11 @@
                     <property name="visible">True</property>
                     <property name="xalign">0</property>
                     <property name="yalign">0</property>
-                    <property name="label" translatable="yes">&lt;span weight="bold" size="larger"&gt;Enter your text message&lt;/span&gt;</property>
-                    <property name="use_markup">True</property>
+                    <property name="label" translatable="yes">Enter your text message</property>
                     <property name="wrap">True</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"/>
+                    </attributes>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -529,7 +531,6 @@
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Phone Manager Preferences</property>
     <property name="type_hint">dialog</property>
-    <property name="has_separator">False</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox3">
         <property name="visible">True</property>
@@ -552,11 +553,13 @@
                       <object class="GtkLabel" id="alerting_label">
                         <property name="visible">True</property>
                         <property name="xalign">0</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Alerting&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Alerting</property>
                         <accessibility>
                           <relation type="label-for" target="alerting_box"/>
                         </accessibility>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                       <packing>
                         <property name="expand">False</property>
@@ -642,11 +645,13 @@
                       <object class="GtkLabel" id="phone_connection_label">
                         <property name="visible">True</property>
                         <property name="xalign">0</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Phone Connection&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Phone Connection</property>
                         <accessibility>
                           <relation type="label-for" target="phone_connection_box"/>
                         </accessibility>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                       <packing>
                         <property name="expand">False</property>
@@ -827,11 +832,13 @@
                       <object class="GtkLabel" id="automated_tasks_label">
                         <property name="visible">True</property>
                         <property name="xalign">0</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Automated Tasks&lt;/b&gt;</property>
-                        <property name="use_markup">True</property>
+                        <property name="label" translatable="yes">Automated Tasks</property>
                         <accessibility>
                           <relation type="label-for" target="automated_tasks_box"/>
                         </accessibility>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
                       </object>
                       <packing>
                         <property name="expand">False</property>



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