Added minimize/unminimize to status icon

This commit is contained in:
Anna
2010-05-24 15:53:02 -04:00
parent e4a1823788
commit 59d9177f3a
2 changed files with 28 additions and 12 deletions

View File

@ -23,6 +23,7 @@
<signal name="hide" handler="gtk_main_quit" last_modification_time="Fri, 09 Apr 2010 03:40:14 GMT"/>
<signal name="key_press_event" handler="global_key_press_handler" last_modification_time="Fri, 16 Apr 2010 15:35:22 GMT"/>
<signal name="configure_event" handler="on_resize" last_modification_time="Tue, 18 May 2010 03:10:23 GMT"/>
<signal name="window_state_event" handler="on_window_state_changed" last_modification_time="Mon, 24 May 2010 19:45:21 GMT"/>
<child>
<widget class="GtkVBox" id="main_box">
@ -101,11 +102,10 @@
<property name="label" translatable="yes">_Views</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="view_menu">
</widget>
</child>
<child>
<widget class="GtkMenu" id="view_menu">
</widget>
</child>
</widget>
</child>
@ -115,11 +115,10 @@
<property name="label" translatable="yes">_Accounts</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="accounts_menu">
</widget>
</child>
<child>
<widget class="GtkMenu" id="accounts_menu">
</widget>
</child>
</widget>
</child>