aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.ui
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-16 20:27:44 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-04-16 20:27:44 +0800
commit36ccb3786fa69009a63f14a498005b8d95449c72 (patch)
treee06d0a91e4d828047e960ab05acf1587be60bd4a /src/empathy-status-icon.ui
parent6f51d8c8c6a7c6f0d436ef3e88d16084bef687bb (diff)
downloadgsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.gz
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.bz2
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.lz
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.xz
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.zst
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.zip
Convert glade files to GtkBuilder format
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840
Diffstat (limited to 'src/empathy-status-icon.ui')
-rw-r--r--src/empathy-status-icon.ui53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/empathy-status-icon.ui b/src/empathy-status-icon.ui
new file mode 100644
index 000000000..2cfff903b
--- /dev/null
+++ b/src/empathy-status-icon.ui
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<!--*- mode: xml -*-->
+<interface>
+ <object class="GtkUIManager" id="uimanager1">
+ <child>
+ <object class="GtkActionGroup" id="actiongroup1">
+ <child>
+ <object class="GtkToggleAction" id="tray_show_list">
+ <property name="name">tray_show_list</property>
+ <property name="label" translatable="yes">_Show Contact List</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="tray_new_message">
+ <property name="name">tray_new_message</property>
+ <property name="label" translatable="yes">_New Conversation...</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="tray_status">
+ <property name="name">tray_status</property>
+ <property name="label" translatable="yes">Status</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="tray_quit">
+ <property name="stock_id">gtk-quit</property>
+ <property name="name">tray_quit</property>
+ <property name="label" translatable="yes">_Quit</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <ui>
+ <popup name="tray_menu">
+ <menuitem action="tray_show_list"/>
+ <separator/>
+ <menuitem action="tray_new_message"/>
+ <menuitem action="tray_status"/>
+ <separator/>
+ <menuitem action="tray_quit"/>
+ </popup>
+ </ui>
+ </object>
+ <object class="GtkMenu" constructor="uimanager1" id="tray_menu">
+
+
+
+
+
+
+ </object>
+</interface>