| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/empathy/ |
Upload File : |
<?xml version="1.0"?>
<!--*- mode: xml -*-->
<interface>
<object class="GtkUIManager" id="ui_manager">
<child>
<object class="GtkActionGroup" id="action_group">
<child>
<object class="GtkToggleAction" id="show_list">
<property name="name">show_list</property>
<property name="label" translatable="yes">_Show Contact List</property>
</object>
</child>
<child>
<object class="GtkAction" id="new_message">
<property name="icon-name">im-message-new</property>
<property name="name">new_message</property>
<property name="label" translatable="yes">_New Conversation...</property>
</object>
</child>
<child>
<object class="GtkAction" id="status">
<property name="name">status</property>
<property name="label" translatable="yes">Status</property>
</object>
</child>
<child>
<object class="GtkAction" id="quit">
<property name="stock_id">gtk-quit</property>
<property name="name">quit</property>
<property name="label" translatable="yes">_Quit</property>
</object>
</child>
</object>
</child>
<ui>
<popup name="menu">
<menuitem action="show_list"/>
<separator/>
<menuitem action="new_message"/>
<menuitem action="status"/>
<separator/>
<menuitem action="quit"/>
</popup>
</ui>
</object>
<object class="GtkMenu" constructor="ui_manager" id="menu">
</object>
</interface>