pidgin/resources/Conversations/invite_dialog.ui

Tue, 23 Aug 2022 02:54:58 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Tue, 23 Aug 2022 02:54:58 -0500
branch
gtk4
changeset 41576
f8771a229df1
parent 41501
e34ec115fc34
child 41591
ad6f5ffc2825
permissions
-rw-r--r--

Port account manager to GTK4

Testing Done:
Opened manager, clicked on all the dialog buttons, and checked for no warnings. Did not check that adding/removing, or changing options really worked.

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

39576
9da340b66f6d Start of the new invite widget
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: 40246
diff changeset
2 <!-- Generated with glade 3.38.2
40246
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
3
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
4 Pidgin - Internet Messenger
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
5 Copyright (C) Pidgin Developers <devel@pidgin.im>
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
6
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
7 This program is free software; you can redistribute it and/or
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
8 modify it under the terms of the GNU General Public License
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
9 as published by the Free Software Foundation; either version 2
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
10 of the License, or (at your option) any later version.
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
11
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
12 This program is distributed in the hope that it will be useful,
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
15 GNU General Public License for more details.
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
16
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
17 You should have received a copy of the GNU General Public License
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
18 along with this program; if not, write to the Free Software
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
20
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
21 -->
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
22 <interface>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
23 <requires lib="gtk+" version="3.22"/>
40246
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
24 <!-- interface-license-type gplv2 -->
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
25 <!-- interface-name Pidgin -->
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
26 <!-- interface-description Internet Messenger -->
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
28 <template class="PidginInviteDialog" parent="GtkDialog">
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
29 <property name="can-focus">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
30 <property name="border-width">6</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
31 <property name="title" translatable="yes">Invite to conversation...</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
32 <property name="resizable">False</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
33 <property name="type-hint">dialog</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
34 <child internal-child="vbox">
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
35 <object class="GtkBox">
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
36 <property name="can-focus">False</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
37 <property name="orientation">vertical</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
38 <property name="spacing">2</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
39 <child>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
40 <!-- n-columns=3 n-rows=3 -->
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
41 <object class="GtkGrid">
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
42 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
43 <property name="can-focus">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
44 <property name="margin-bottom">6</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
45 <property name="row-spacing">6</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
46 <child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
47 <object class="GtkLabel">
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
48 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
49 <property name="can-focus">False</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
50 <property name="label" translatable="yes">Please enter the name of the user you wish to invite, along with an optional invite message.</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
51 <property name="wrap">True</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
52 <property name="xalign">0</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
53 </object>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
54 <packing>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
55 <property name="left-attach">0</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
56 <property name="top-attach">0</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
57 <property name="width">2</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
58 </packing>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
59 </child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
60 <child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
61 <object class="GtkLabel">
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
62 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
63 <property name="can-focus">False</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
64 <property name="label" translatable="yes">Contact:</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
65 <property name="xalign">0</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
66 </object>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
67 <packing>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
68 <property name="left-attach">0</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
69 <property name="top-attach">1</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
70 </packing>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
71 </child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
72 <child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
73 <object class="GtkLabel">
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
74 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
75 <property name="can-focus">False</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
76 <property name="label" translatable="yes">Message:</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
77 <property name="xalign">0</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
78 </object>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
79 <packing>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
80 <property name="left-attach">0</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
81 <property name="top-attach">2</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
82 </packing>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
83 </child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
84 <child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
85 <object class="GtkEntry" id="contact">
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
86 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
87 <property name="can-focus">True</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
88 <property name="has-focus">True</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
89 <property name="activates-default">True</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
90 </object>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
91 <packing>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
92 <property name="left-attach">1</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
93 <property name="top-attach">1</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
94 </packing>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
95 </child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
96 <child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
97 <object class="GtkEntry" id="message">
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
98 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
99 <property name="can-focus">True</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
100 <property name="activates-default">True</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
101 </object>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
102 <packing>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
103 <property name="left-attach">1</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
104 <property name="top-attach">2</property>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
105 </packing>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
106 </child>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
107 <child>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
108 <placeholder/>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
109 </child>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
110 <child>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
111 <placeholder/>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
112 </child>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
113 <child>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
114 <placeholder/>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
115 </child>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
116 </object>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
117 <packing>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
118 <property name="expand">True</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
119 <property name="fill">True</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
120 <property name="position">1</property>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
121 </packing>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
122 </child>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
123 </object>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
124 </child>
41501
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
125 <child type="action">
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
126 <object class="GtkButton" id="button1">
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
127 <property name="label" translatable="yes">Cancel</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
128 <property name="visible">True</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
129 <property name="can-focus">True</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
130 <property name="receives-default">True</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
131 </object>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
132 </child>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
133 <child type="action">
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
134 <object class="GtkButton" id="button2">
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
135 <property name="label" translatable="yes">Invite</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
136 <property name="visible">True</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
137 <property name="can-focus">True</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
138 <property name="can-default">True</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
139 <property name="has-default">True</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
140 <property name="receives-default">True</property>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
141 </object>
e34ec115fc34 Move dialog buttons to action widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
142 </child>
39576
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
143 <action-widgets>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
144 <action-widget response="-6">button1</action-widget>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
145 <action-widget response="-3">button2</action-widget>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
146 </action-widgets>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
147 </template>
9da340b66f6d Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
148 </interface>

mercurial