4 <object class=
"GtkUIManager" id=
"ui_manager">
6 <object class=
"GtkActionGroup" id=
"actiongroup1">
8 <object class=
"GtkAction" id=
"chat">
9 <property name=
"name">chat
</property>
10 <property name=
"label" translatable=
"yes">_Chat
</property>
14 <object class=
"GtkAction" id=
"chat_new_message">
15 <property name=
"icon-name">im-message-new
</property>
16 <property name=
"name">chat_new_message
</property>
17 <property name=
"label" translatable=
"yes">_New Conversation...
</property>
19 <accelerator key=
"N" modifiers=
"GDK_CONTROL_MASK"/>
22 <object class=
"GtkAction" id=
"chat_history">
23 <property name=
"icon-name">document-open-recent
</property>
24 <property name=
"name">chat_history
</property>
25 <property name=
"label" translatable=
"yes">_View Previous Conversations
</property>
27 <accelerator key=
"F3" modifiers=
""/>
30 <object class=
"GtkAction" id=
"chat_add_contact">
31 <property name=
"stock_id">gtk-add
</property>
32 <property name=
"name">chat_add_contact
</property>
33 <property name=
"label" translatable=
"yes">_Add Contact...
</property>
37 <object class=
"GtkToggleAction" id=
"chat_show_offline">
38 <property name=
"name">chat_show_offline
</property>
39 <property name=
"label" translatable=
"yes">Show _Offline Contacts
</property>
41 <accelerator key=
"H" modifiers=
"GDK_CONTROL_MASK"/>
44 <object class=
"GtkAction" id=
"chat_quit">
45 <property name=
"stock_id">gtk-quit
</property>
46 <property name=
"name">chat_quit
</property>
48 <accelerator key=
"Q" modifiers=
"GDK_CONTROL_MASK"/>
51 <object class=
"GtkAction" id=
"edit">
52 <property name=
"name">edit
</property>
53 <property name=
"label" translatable=
"yes">_Edit
</property>
57 <object class=
"GtkAction" id=
"edit_context">
58 <property name=
"name">edit_context
</property>
59 <property name=
"label" translatable=
"yes">Context
</property>
63 <object class=
"GtkAction" id=
"edit_accounts">
64 <property name=
"name">edit_accounts
</property>
65 <property name=
"label" translatable=
"yes">_Accounts
</property>
67 <accelerator key=
"F4" modifiers=
""/>
70 <object class=
"GtkAction" id=
"edit_personal_information">
71 <property name=
"name">edit_personal_information
</property>
72 <property name=
"label" translatable=
"yes">_Personal Information
</property>
76 <object class=
"GtkAction" id=
"edit_preferences">
77 <property name=
"stock_id">gtk-preferences
</property>
78 <property name=
"name">edit_preferences
</property>
79 <property name=
"label" translatable=
"yes">_Preferences
</property>
83 <object class=
"GtkAction" id=
"room">
84 <property name=
"name">room
</property>
85 <property name=
"label" translatable=
"yes">_Room
</property>
89 <object class=
"GtkAction" id=
"room_join_new">
90 <property name=
"name">room_join_new
</property>
91 <property name=
"label" translatable=
"yes">Join _New...
</property>
95 <object class=
"GtkAction" id=
"room_join_favorites">
96 <property name=
"name">room_join_favorites
</property>
97 <property name=
"label" translatable=
"yes">Join _Favorites
</property>
99 <accelerator key=
"F5" modifiers=
""/>
102 <object class=
"GtkAction" id=
"room_manage_favorites">
103 <property name=
"icon-name">system-users
</property>
104 <property name=
"name">room_manage_favorites
</property>
105 <property name=
"label" translatable=
"yes">Manage Favorites
</property>
109 <object class=
"GtkAction" id=
"help">
110 <property name=
"name">help
</property>
111 <property name=
"label" translatable=
"yes">_Help
</property>
115 <object class=
"GtkAction" id=
"help_contents">
116 <property name=
"stock_id">gtk-help
</property>
117 <property name=
"name">help_contents
</property>
118 <property name=
"label" translatable=
"yes">_Contents
</property>
120 <accelerator key=
"F1" modifiers=
""/>
123 <object class=
"GtkAction" id=
"help_about">
124 <property name=
"stock_id">gtk-about
</property>
125 <property name=
"name">help_about
</property>
131 <menubar name=
"menubar">
133 <menuitem action=
"chat_new_message"/>
134 <menuitem action=
"chat_history"/>
136 <menuitem action=
"chat_add_contact"/>
138 <menuitem action=
"chat_show_offline"/>
140 <menuitem action=
"chat_quit"/>
143 <menuitem action=
"edit_context"/>
144 <separator name=
"edit_context_separator"/>
145 <menuitem action=
"edit_accounts"/>
146 <menuitem action=
"edit_personal_information"/>
148 <menuitem action=
"edit_preferences"/>
151 <menuitem action=
"room_join_new"/>
152 <menuitem action=
"room_join_favorites"/>
154 <separator name=
"room_separator"/>
155 <menuitem action=
"room_manage_favorites"/>
158 <menuitem action=
"help_contents"/>
159 <menuitem action=
"help_about"/>
164 <object class=
"GtkWindow" id=
"main_window">
165 <property name=
"title" translatable=
"yes">Contact List
</property>
166 <property name=
"role">contact_list
</property>
167 <property name=
"default_width">225</property>
168 <property name=
"default_height">325</property>
170 <object class=
"GtkVBox" id=
"main_vbox">
171 <property name=
"visible">True
</property>
173 <object class=
"GtkMenuBar" constructor=
"ui_manager" id=
"menubar">
174 <property name=
"visible">True
</property>
177 <property name=
"expand">False
</property>
178 <property name=
"fill">False
</property>
182 <object class=
"GtkToolbar" id=
"presence_toolbar">
183 <property name=
"visible">True
</property>
184 <property name=
"toolbar_style">GTK_TOOLBAR_BOTH
</property>
187 <property name=
"expand">False
</property>
188 <property name=
"fill">False
</property>
189 <property name=
"position">1</property>
193 <object class=
"GtkVBox" id=
"errors_vbox">
199 <property name=
"expand">False
</property>
200 <property name=
"fill">False
</property>
201 <property name=
"position">2</property>
205 <object class=
"GtkScrolledWindow" id=
"roster_scrolledwindow">
206 <property name=
"visible">True
</property>
207 <property name=
"can_focus">True
</property>
208 <property name=
"has_focus">True
</property>
209 <property name=
"hscrollbar_policy">GTK_POLICY_NEVER
</property>
210 <property name=
"vscrollbar_policy">GTK_POLICY_AUTOMATIC
</property>
211 <property name=
"shadow_type">GTK_SHADOW_IN
</property>
217 <property name=
"position">3</property>