pidgin/resources/gtk/menus.ui

Mon, 30 Jun 2025 14:22:13 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 30 Jun 2025 14:22:13 -0500
changeset 43269
1523eab3b5a0
parent 42739
2f998aa86e1a
permissions
-rw-r--r--

Update the flatpak to gnome 48 and to the matching birb version

The birb version was missed here when it was updated.

Testing Done:
Built the flatpak with the instructions in the readme.

Reviewed at https://reviews.imfreedom.org/r/4038/

40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
2 <!--
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
3
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
4 Pidgin - Internet Messenger
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
5 Copyright (C) Pidgin Developers <devel@pidgin.im>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
6
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
7 This program is free software; you can redistribute it and/or modify
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
8 it under the terms of the GNU General Public License as published by
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
9 the Free Software Foundation; either version 2 of the License, or
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
10 (at your option) any later version.
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
11
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
12 This program is distributed in the hope that it will be useful,
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
15 GNU General Public License for more details.
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
16
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
17 You should have received a copy of the GNU General Public License
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
18 along with this program; if not, see <https://www.gnu.org/licenses/>.
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
19 -->
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
20 <interface>
41582
4ee4a8ddc190 Explicitly set show-menubar so our menubars are shown
Gary Kramlich <grim@reaperworld.com>
parents: 41497
diff changeset
21 <requires lib="gtk" version="4.0"/>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
22 <!-- interface-license-type gplv2 -->
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
23 <!-- interface-name Pidgin -->
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
24 <!-- interface-description Internet Messenger -->
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
25 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
26 <menu id="menubar">
42362
12026692ce99 Clean up and merge the Buddies and Conversation menus in a new Pidgin menu
Gary Kramlich <grim@reaperworld.com>
parents: 42163
diff changeset
27 <submenu>
12026692ce99 Clean up and merge the Buddies and Conversation menus in a new Pidgin menu
Gary Kramlich <grim@reaperworld.com>
parents: 42163
diff changeset
28 <attribute name="label" translatable="yes">_Pidgin</attribute>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
29
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
30 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
31 <item>
42377
6e3f1f8709b5 Create a new PidginChannelJoinDialog widget
Gary Kramlich <grim@reaperworld.com>
parents: 42362
diff changeset
32 <attribute name="label" translatable="yes">Join Channel</attribute>
6e3f1f8709b5 Create a new PidginChannelJoinDialog widget
Gary Kramlich <grim@reaperworld.com>
parents: 42362
diff changeset
33 <attribute name="action">app.join-channel</attribute>
6e3f1f8709b5 Create a new PidginChannelJoinDialog widget
Gary Kramlich <grim@reaperworld.com>
parents: 42362
diff changeset
34 </item>
42362
12026692ce99 Clean up and merge the Buddies and Conversation menus in a new Pidgin menu
Gary Kramlich <grim@reaperworld.com>
parents: 42163
diff changeset
35 </section>
12026692ce99 Clean up and merge the Buddies and Conversation menus in a new Pidgin menu
Gary Kramlich <grim@reaperworld.com>
parents: 42163
diff changeset
36 <section>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
37 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
38 <attribute name="label" translatable="yes">_Quit</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
39 <attribute name="action">app.quit</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
40 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
41 </section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
42 </submenu>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
43
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
44 <submenu>
41261
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
45 <attribute name="label" translatable="yes">_Accounts</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
46
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
47 <section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
48 <item>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
49 <attribute name="label" translatable="yes">Account _Manager</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
50 <attribute name="action">app.manage-accounts</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
51 </item>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
52 <submenu>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
53 <attribute name="label" translatable="yes">_Enable Account</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
54
41450
ce81f2bc04ca Rename PidginInactiveAccountsMenu to PidginAccountsDisabledMenu to match PidginAccountsEnabledMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41418
diff changeset
55 <section id="disabled-accounts"/>
41261
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
56 </submenu>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
57 </section>
41304
25830cad9bfc Add a menu controller for the accounts enabled section of the accounts menu
Gary Kramlich <grim@reaperworld.com>
parents: 41298
diff changeset
58 <section id="enabled-accounts"/>
41261
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
59 </submenu>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
60 <submenu>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
61 <attribute name="label" translatable="yes">_Tools</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
62
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
63 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
64 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
65 <attribute name="label" translatable="yes">Pr_eferences</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
66 <attribute name="action">app.preferences</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
67 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
68 </section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
69
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
70 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
71 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
72 <attribute name="label" translatable="yes">_File Transfers</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
73 <attribute name="action">app.file-transfers</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
74 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
75 </section>
41932
0c3de459b1cc Add a donate link under the help menu and move the debug window item to the tools menu
Gary Kramlich <grim@reaperworld.com>
parents: 41582
diff changeset
76
0c3de459b1cc Add a donate link under the help menu and move the debug window item to the tools menu
Gary Kramlich <grim@reaperworld.com>
parents: 41582
diff changeset
77 <section>
0c3de459b1cc Add a donate link under the help menu and move the debug window item to the tools menu
Gary Kramlich <grim@reaperworld.com>
parents: 41582
diff changeset
78 <item>
0c3de459b1cc Add a donate link under the help menu and move the debug window item to the tools menu
Gary Kramlich <grim@reaperworld.com>
parents: 41582
diff changeset
79 <attribute name="label" translatable="yes">_Debug Window</attribute>
0c3de459b1cc Add a donate link under the help menu and move the debug window item to the tools menu
Gary Kramlich <grim@reaperworld.com>
parents: 41582
diff changeset
80 <attribute name="action">app.debug</attribute>
0c3de459b1cc Add a donate link under the help menu and move the debug window item to the tools menu
Gary Kramlich <grim@reaperworld.com>
parents: 41582
diff changeset
81 </item>
0c3de459b1cc Add a donate link under the help menu and move the debug window item to the tools menu
Gary Kramlich <grim@reaperworld.com>
parents: 41582
diff changeset
82 </section>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
83 </submenu>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
84 <submenu>
41261
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
85 <attribute name="label" translatable="yes">_Plugins</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
86
41414
b76bc2b4d7cc Convert plugin actions to GMenu and GAction
Gary Kramlich <grim@reaperworld.com>
parents: 41403
diff changeset
87 <section id="plugins-menu"/>
41261
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
88 </submenu>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
89 <submenu>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
90 <attribute name="label" translatable="yes">_Help</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
91
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
92 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
93 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
94 <attribute name="label" translatable="yes">Online _Help</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
95 <attribute name="action">app.online-help</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
96 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
97 <item>
42561
998b44b2c5f1 Make the application wide shortcuts work again
Gary Kramlich <grim@reaperworld.com>
parents: 42551
diff changeset
98 <attribute name="label" translatable="yes">Keyboard _Shortcuts</attribute>
998b44b2c5f1 Make the application wide shortcuts work again
Gary Kramlich <grim@reaperworld.com>
parents: 42551
diff changeset
99 <attribute name="action">win.show-help-overlay</attribute>
998b44b2c5f1 Make the application wide shortcuts work again
Gary Kramlich <grim@reaperworld.com>
parents: 42551
diff changeset
100 </item>
998b44b2c5f1 Make the application wide shortcuts work again
Gary Kramlich <grim@reaperworld.com>
parents: 42551
diff changeset
101 <item>
41932
0c3de459b1cc Add a donate link under the help menu and move the debug window item to the tools menu
Gary Kramlich <grim@reaperworld.com>
parents: 41582
diff changeset
102 <attribute name="label" translatable="yes">_Donate</attribute>
0c3de459b1cc Add a donate link under the help menu and move the debug window item to the tools menu
Gary Kramlich <grim@reaperworld.com>
parents: 41582
diff changeset
103 <attribute name="action">app.donate</attribute>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
104 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
105 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
106 <attribute name="label" translatable="yes">_About</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
107 <attribute name="action">app.about</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
108 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
109 </section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
110 </submenu>
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
111 </menu>
41403
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
112
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
113 <menu id="enabled-account">
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
114 <section>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
115 <item>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
116 <attribute name="label" translatable="yes">_Edit Account</attribute>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
117 <attribute name="action">app.edit-account</attribute>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
118 <attribute name="dynamic-target">account</attribute>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
119 </item>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
120 </section>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
121 <section>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
122 <item>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
123 <attribute name="label" translatable="yes">_Disable</attribute>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
124 <attribute name="action">app.disable-account</attribute>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
125 <attribute name="dynamic-target">account</attribute>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
126 </item>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
127 </section>
0186ae21071f Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents: 41315
diff changeset
128 </menu>
41418
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
129
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
130 <menu id="custom-icon">
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
131 <section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
132 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
133 <attribute name="label" translatable="yes">Set Custom Icon</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
134 <attribute name="action">menu.set-custom-icon</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
135 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
136 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
137 <attribute name="label" translatable="yes">Remove Custom Icon</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
138 <attribute name="action">menu.remove-custom-icon</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
139 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
140 </section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
141 </menu>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
142
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
143 <menu id="group">
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
144 <section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
145 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
146 <attribute name="label" translatable="yes">Add _Buddy...</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
147 <attribute name="action">menu.add-buddy</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
148 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
149 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
150 <attribute name="label" translatable="yes">Add C_hat...</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
151 <attribute name="action">menu.add-chat</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
152 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
153 </section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
154 <section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
155 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
156 <attribute name="label" translatable="yes">_Delete</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
157 <attribute name="action">menu.remove</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
158 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
159 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
160 <attribute name="label" translatable="yes">_Rename</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
161 <attribute name="action">menu.alias</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
162 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
163 </section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
164 <section id="group-custom-icon"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
165 <section id="group-extended"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
166 </menu>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
167
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
168 <menu id="chat">
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
169 <section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
170 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
171 <attribute name="label" translatable="yes">_Join</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
172 <attribute name="action">menu.join-chat</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
173 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
174 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
175 <attribute name="label" translatable="yes">Auto-Join</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
176 <attribute name="action">menu.auto-join-chat</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
177 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
178 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
179 <attribute name="label" translatable="yes">Persistent</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
180 <attribute name="action">menu.persistent-chat</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
181 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
182 </section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
183 <section id="chat-proto"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
184 <section id="chat-extended"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
185 <section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
186 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
187 <attribute name="label" translatable="yes">_Edit Settings...</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
188 <attribute name="action">menu.chat-settings</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
189 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
190 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
191 <attribute name="label" translatable="yes">_Alias...</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
192 <attribute name="action">menu.alias</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
193 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
194 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
195 <attribute name="label" translatable="yes">_Remove</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
196 <attribute name="action">menu.remove</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
197 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
198 </section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
199 <section id="chat-custom-icon"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
200 </menu>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
201
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
202 <menu id="contact">
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
203 <section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
204 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
205 <attribute name="label" translatable="yes">_Alias...</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
206 <attribute name="action">menu.alias</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
207 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
208 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
209 <attribute name="label" translatable="yes">_Remove</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
210 <attribute name="action">menu.remove</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
211 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
212 </section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
213 <section id="contact-custom-icon"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
214 <section id="contact-extended"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
215 </menu>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
216
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
217 <menu id="voice-video">
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
218 <section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
219 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
220 <attribute name="label" translatable="yes">_Audio Call</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
221 <attribute name="action">menu.buddy-audio-call</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
222 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
223 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
224 <attribute name="label" translatable="yes">_Video Call</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
225 <attribute name="action">menu.buddy-video-call</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
226 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
227 </section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
228 </menu>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
229
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
230 <menu id="buddy">
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
231 <section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
232 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
233 <attribute name="label" translatable="yes">Get _Info</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
234 <attribute name="action">menu.buddy-get-info</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
235 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
236 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
237 <attribute name="label" translatable="yes">I_M</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
238 <attribute name="action">menu.buddy-im</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
239 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
240 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
241 <attribute name="label" translatable="yes">_Send File...</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
242 <attribute name="action">menu.buddy-send-file</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
243 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
244 </section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
245 <section id="buddy-voice-video"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
246 <section id="buddy-proto"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
247 <section id="buddy-extended"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
248 <section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
249 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
250 <attribute name="label" translatable="yes">_Block</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
251 <attribute name="action">menu.buddy-block</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
252 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
253 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
254 <attribute name="label" translatable="yes">_Alias...</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
255 <attribute name="action">menu.alias</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
256 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
257 <item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
258 <attribute name="label" translatable="yes">_Remove</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
259 <attribute name="action">menu.remove</attribute>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
260 </item>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
261 </section>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
262 <section id="buddy-custom-icon"/>
ea740d03620b Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents: 41414
diff changeset
263 </menu>
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
264 </interface>

mercurial