[gnome-control-center] background: Use text attributes instead of markup



commit 5839a2735c0b568ee967d5247f3107b7acc4da98
Author: Khaled Hosny <khaledhosny eglug org>
Date:   Fri Jan 14 14:21:26 2011 +0000

    background: Use text attributes instead of markup
    
    in the UI file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639187

 panels/background/background.ui |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/panels/background/background.ui b/panels/background/background.ui
index 464bfa1..f06ce8d 100644
--- a/panels/background/background.ui
+++ b/panels/background/background.ui
@@ -99,8 +99,10 @@
               <object class="GtkLabel" id="background-label">
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
-                <property name="label">&lt;b&gt;Current background&lt;/b&gt;</property>
-                <property name="use_markup">True</property>
+                <property name="label">Current background</property>
+                <attributes>
+                  <attribute name="weight" value="bold"/>
+                </attributes>
               </object>
               <packing>
                 <property name="position">0</property>



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