[gtk+/wip/gbsneto/other-locations] placesview: deprecate markup



commit 9e8f17874cb27a4c922fe353721ccb3c780138ba
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Jun 26 14:21:15 2015 -0300

    placesview: deprecate markup

 gtk/ui/gtkplacesview.ui |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gtk/ui/gtkplacesview.ui b/gtk/ui/gtkplacesview.ui
index e3f005a..a0b4b18 100644
--- a/gtk/ui/gtkplacesview.ui
+++ b/gtk/ui/gtkplacesview.ui
@@ -220,8 +220,10 @@
           <object class="GtkLabel" id="connect_to_server_label">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">&lt;b&gt;Connect to Server&lt;/b&gt;</property>
-            <property name="use_markup">True</property>
+            <property name="label" translatable="yes">Connect to Server</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+            </attributes>
           </object>
         </child>
         <child>


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