Wed, 25 May 2022 23:52:45 -0500
Remove prpl-gtalk from XMPP console
It no longer exists, and complicates the code a bit.
|
40600
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
2 | <!-- Generated with glade 3.38.2 |
|
40600
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
3 | |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
4 | Pidgin - Internet Messenger |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
5 | Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
6 | |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
7 | This program is free software; you can redistribute it and/or |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
8 | modify it under the terms of the GNU General Public License |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
9 | as published by the Free Software Foundation; either version 2 |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
10 | of the License, or (at your option) any later version. |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
11 | |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
12 | This program is distributed in the hope that it will be useful, |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
15 | GNU General Public License for more details. |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
16 | |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
17 | You should have received a copy of the GNU General Public License |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
18 | along with this program; if not, write to the Free Software |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
40600
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
20 | |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
21 | --> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
22 | <interface> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
23 | <requires lib="gtk+" version="3.22"/> |
|
40600
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
24 | <requires lib="pidgin" version="3.0"/> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
25 | <!-- interface-license-type gplv2 --> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
26 | <!-- interface-name Pidgin --> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
27 | <!-- interface-description Internet Messenger --> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
28 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
29 | <template class="PidginContactList" parent="GtkApplicationWindow"> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
30 | <property name="can-focus">False</property> |
|
40600
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
31 | <property name="title" translatable="yes">Contact List</property> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
32 | <property name="role">contact_list</property> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
33 | <child> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
34 | <object class="GtkBox" id="vbox"> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
35 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
36 | <property name="can-focus">False</property> |
|
40600
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
37 | <property name="orientation">vertical</property> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
38 | <child> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
39 | <object class="GtkMenuBar" id="menu_bar"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
40 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
41 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
42 | <child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
43 | <object class="GtkMenuItem"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
44 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
45 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
46 | <property name="label" translatable="yes">_Buddies</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
47 | <property name="use-underline">True</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
48 | <child type="submenu"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
49 | <object class="GtkMenu"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
50 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
51 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
52 | <child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
53 | <object class="GtkMenuItem"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
54 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
55 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
56 | <property name="label" translatable="yes">Sh_ow</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
57 | <property name="use-underline">True</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
58 | <child type="submenu"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
59 | <object class="GtkMenu"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
60 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
61 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
62 | <child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
63 | <object class="GtkCheckMenuItem" id="show_offline_buddies"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
64 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
65 | <property name="can-focus">False</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
66 | <property name="action-name">blist.show-offline-buddies</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
67 | <property name="label" translatable="yes">_Offline Buddies</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
68 | <property name="use-underline">True</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
69 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
70 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
71 | <child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
72 | <object class="GtkCheckMenuItem" id="show_empty_groups"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
73 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
74 | <property name="can-focus">False</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
75 | <property name="action-name">blist.show-empty-groups</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
76 | <property name="label" translatable="yes">_Empty Groups</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
77 | <property name="use-underline">True</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
78 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
79 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
80 | <child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
81 | <object class="GtkCheckMenuItem" id="show_idle_times"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
82 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
83 | <property name="can-focus">False</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
84 | <property name="action-name">blist.show-idle-times</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
85 | <property name="label" translatable="yes">Idle _Times</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
86 | <property name="use-underline">True</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
87 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
88 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
89 | <child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
90 | <object class="GtkCheckMenuItem" id="show_protocol_icons"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
91 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
92 | <property name="can-focus">False</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
93 | <property name="action-name">blist.show-protocol-icons</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
94 | <property name="label" translatable="yes">_Protocol Icons</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
95 | <property name="use-underline">True</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
96 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
97 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
98 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
99 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
100 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
101 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
102 | <child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
103 | <object class="GtkMenuItem" id="sort_buddies"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
104 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
105 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
106 | <property name="label" translatable="yes">_Sort Buddies</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
107 | <property name="use-underline">True</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
108 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
109 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
110 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
111 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
112 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
113 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
114 | <child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
115 | <object class="GtkMenuItem" id="accounts"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
116 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
117 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
118 | <property name="label" translatable="yes">_Accounts</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
119 | <property name="use-underline">True</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
120 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
121 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
122 | <child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
123 | <object class="GtkMenuItem" id="plugins"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
124 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
125 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
126 | <property name="label" translatable="yes">_Plugins</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
127 | <property name="use-underline">True</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
128 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
129 | </child> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
130 | </object> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
131 | <packing> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
132 | <property name="expand">False</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
133 | <property name="fill">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
134 | <property name="position">0</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
135 | </packing> |
|
40600
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
136 | </child> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
137 | </object> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
138 | </child> |
|
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
139 | </template> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
140 | <object class="PidginAccountsMenu" id="accounts_menu"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
141 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
142 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
143 | </object> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
144 | <object class="PidginPluginsMenu" id="plugins_menu"> |
|
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
145 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
146 | <property name="can-focus">False</property> |
|
40728
2dbfbaeefe40
Merge PidginBuddyListMenu with PidginContactList which fixes all of the accelerators as well.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
147 | </object> |
|
40600
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
148 | </interface> |