2010-01-22 19:57:59 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="2.16"/>
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
|
|
|
<object class="GtkMenu" id="systray_context_menu">
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="status_menu">
|
2010-03-23 13:49:41 +01:00
|
|
|
<property name="label" translatable="yes">Sta_tus</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2010-01-23 20:42:23 +01:00
|
|
|
<property name="image">image1</property>
|
|
|
|
<property name="use_stock">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="accel_group">accelgroup1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="chat_with_menuitem">
|
2010-03-23 13:49:41 +01:00
|
|
|
<property name="label" translatable="yes">_Start Chat</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2010-01-23 20:42:23 +01:00
|
|
|
<property name="image">image2</property>
|
|
|
|
<property name="use_stock">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="accel_group">accelgroup1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="join_gc_menuitem">
|
2010-03-23 13:49:41 +01:00
|
|
|
<property name="label" translatable="yes">_Group Chat</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2010-01-23 20:42:23 +01:00
|
|
|
<property name="image">image3</property>
|
|
|
|
<property name="use_stock">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="accel_group">accelgroup1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="single_message_menuitem">
|
2010-03-23 13:49:41 +01:00
|
|
|
<property name="label" translatable="yes">Send Single _Message</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2010-01-23 20:42:23 +01:00
|
|
|
<property name="image">image4</property>
|
|
|
|
<property name="use_stock">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="accel_group">accelgroup1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem" id="separator12">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="show_all_events_menuitem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Show All Pending _Events</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_show_all_events_menuitem_activate"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="sounds_mute_menuitem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Mute Sounds</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_sounds_mute_menuitem_activate"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="show_roster_menuitem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2010-01-23 20:42:23 +01:00
|
|
|
<property name="image">image5</property>
|
|
|
|
<property name="use_stock">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="accel_group">accelgroup1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="preferences_menuitem">
|
|
|
|
<property name="label">gtk-preferences</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="accel_group">accelgroup1</property>
|
|
|
|
<signal name="activate" handler="on_preferences_menuitem_activate"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem" id="separator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="quit_menuitem">
|
|
|
|
<property name="label">gtk-quit</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="accel_group">accelgroup1</property>
|
|
|
|
<signal name="activate" handler="on_quit_menuitem_activate"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAccelGroup" id="accelgroup1"/>
|
2010-01-23 20:42:23 +01:00
|
|
|
<object class="GtkImage" id="image1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-network</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkImage" id="image2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-jump-to</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkImage" id="image3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-connect</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkImage" id="image4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-new</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkImage" id="image5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-home</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
2010-01-22 19:57:59 +01:00
|
|
|
</interface>
|