hamster-applet r722 - trunk/data



Author: tbaugis
Date: Sun Feb 15 13:09:20 2009
New Revision: 722
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=722&view=rev

Log:
* kill app on close, if overview is the main window
* removed single day view since it doesn't make much sense anymore

refactoring on the way

Modified:
   trunk/data/stats.glade

Modified: trunk/data/stats.glade
==============================================================================
--- trunk/data/stats.glade	(original)
+++ trunk/data/stats.glade	Sun Feb 15 13:09:20 2009
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
-<!--Generated with glade3 3.4.5 on Fri Feb 13 20:35:30 2009 -->
+<!--Generated with glade3 3.4.5 on Sun Feb 15 11:58:42 2009 -->
 <glade-interface>
   <widget class="GtkWindow" id="stats_window">
     <property name="width_request">600</property>
@@ -26,7 +26,7 @@
               <widget class="GtkToolButton" id="prev">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text" translatable="yes">Earlier activities</property>
+                <property name="tooltip_text">Earlier activities</property>
                 <property name="stock_id">gtk-go-back</property>
                 <signal name="clicked" handler="on_prev_clicked"/>
               </widget>
@@ -110,21 +110,6 @@
               </widget>
             </child>
             <child>
-              <widget class="GtkRadioToolButton" id="day">
-                <property name="visible">True</property>
-                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="tooltip_text" translatable="yes">Show day</property>
-                <property name="is_important">True</property>
-                <property name="label" translatable="yes"> _Day</property>
-                <property name="use_underline">True</property>
-                <property name="icon">art/stock_calendar-view-day.png</property>
-                <signal name="toggled" handler="on_day_toggled"/>
-              </widget>
-              <packing>
-                <property name="homogeneous">True</property>
-              </packing>
-            </child>
-            <child>
               <widget class="GtkRadioToolButton" id="week">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>



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