[hamster-applet/gnome-2-30] fixed bug 616777 - avoid category and duration to appear on show_all



commit c0f9b0e00153b54b5e4d2b35be8c7b2de002ca63
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sun Apr 25 17:20:45 2010 +0100

    fixed bug 616777 - avoid category and duration to appear on show_all

 data/hamster.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/hamster.ui b/data/hamster.ui
index 12f044d..8600346 100644
--- a/data/hamster.ui
+++ b/data/hamster.ui
@@ -170,6 +170,7 @@
                         <child>
                           <object class="GtkLabel" id="last_activity_category">
                             <property name="visible">True</property>
+                            <property name="no_show_all">True</property>
                             <property name="xalign">0</property>
                             <property name="label"> - Work</property>
                             <attributes>
@@ -212,6 +213,7 @@
                             <child>
                               <object class="GtkLabel" id="last_activity_duration">
                                 <property name="visible">True</property>
+                                <property name="no_show_all">True</property>
                                 <property name="xalign">0</property>
                                 <property name="label">1h 23m</property>
                                 <attributes>



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