[baobab] Do not set a useless default text for infobar labels



commit 39c30b278a20199837ef770c80edf036aa70f35a
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Tue Sep 11 17:57:39 2012 +0200

    Do not set a useless default text for infobar labels
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683685

 src/baobab-main-window.ui |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/baobab-main-window.ui b/src/baobab-main-window.ui
index f1376a9..2666375 100644
--- a/src/baobab-main-window.ui
+++ b/src/baobab-main-window.ui
@@ -132,7 +132,6 @@
               <object class="GtkLabel" id="infobar-primary-label">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="label" translatable="yes">label</property>
                 <property name="selectable">True</property>
                 <property name="use-markup">True</property>
                 <property name="halign">GTK_ALIGN_START</property>
@@ -147,7 +146,6 @@
               <object class="GtkLabel" id="infobar-secondary-label">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="label" translatable="yes">label</property>
                 <property name="selectable">True</property>
                 <property name="use-markup">True</property>
                 <property name="halign">GTK_ALIGN_START</property>



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