Thu, 11 Nov 2021 21:39:44 -0600
Make sure the path for a buddy icon isn't an empty string before we attempt to load it as a pixbuf
Testing Done:
Ran with `G_DEBUG=fatal-warnings gdb pidgin3` in a `devenv` and verified it no longer stopped at startup.
Reviewed at https://reviews.imfreedom.org/r/1130/
|
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 internal-child="action_area"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
40 | <object class="GtkButtonBox"> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
41 | <property name="can-focus">False</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
42 | <property name="layout-style">end</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
43 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
44 | <object class="GtkButton" id="button1"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
45 | <property name="label" translatable="yes">Cancel</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
46 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
47 | <property name="can-focus">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
48 | <property name="receives-default">True</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
49 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
50 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
51 | <property name="expand">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
52 | <property name="fill">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
53 | <property name="position">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
54 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
55 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
56 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
57 | <object class="GtkButton" id="button2"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
58 | <property name="label" translatable="yes">Invite</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
59 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
60 | <property name="can-focus">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
61 | <property name="can-default">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
62 | <property name="has-default">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
63 | <property name="receives-default">True</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
64 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
65 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
66 | <property name="expand">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
67 | <property name="fill">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
68 | <property name="position">1</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
69 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
70 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
71 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
72 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
73 | <property name="expand">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
74 | <property name="fill">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
75 | <property name="position">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
76 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
77 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
78 | <child> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
79 | <!-- n-columns=3 n-rows=3 --> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
80 | <object class="GtkGrid"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
81 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
82 | <property name="can-focus">False</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
83 | <property name="margin-bottom">6</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
84 | <property name="row-spacing">6</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
85 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
86 | <object class="GtkLabel"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
87 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
88 | <property name="can-focus">False</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
89 | <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
|
90 | <property name="wrap">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
91 | <property name="xalign">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
92 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
93 | <packing> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
94 | <property name="left-attach">0</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
95 | <property name="top-attach">0</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
96 | <property name="width">2</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
97 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
98 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
99 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
100 | <object class="GtkLabel"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
101 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
102 | <property name="can-focus">False</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
103 | <property name="label" translatable="yes">Contact:</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
104 | <property name="xalign">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
105 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
106 | <packing> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
107 | <property name="left-attach">0</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
108 | <property name="top-attach">1</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
109 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
110 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
111 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
112 | <object class="GtkLabel"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
113 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
114 | <property name="can-focus">False</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
115 | <property name="label" translatable="yes">Message:</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
116 | <property name="xalign">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
117 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
118 | <packing> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
119 | <property name="left-attach">0</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
120 | <property name="top-attach">2</property> |
|
39576
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 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
124 | <object class="GtkEntry" id="contact"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
125 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
126 | <property name="can-focus">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
127 | <property name="has-focus">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
128 | <property name="activates-default">True</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
129 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
130 | <packing> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
131 | <property name="left-attach">1</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
132 | <property name="top-attach">1</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
133 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
134 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
135 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
136 | <object class="GtkEntry" id="message"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
137 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
138 | <property name="can-focus">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
139 | <property name="activates-default">True</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
140 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
141 | <packing> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
142 | <property name="left-attach">1</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
143 | <property name="top-attach">2</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
144 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
145 | </child> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
146 | <child> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
147 | <placeholder/> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
148 | </child> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
149 | <child> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
150 | <placeholder/> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
151 | </child> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
152 | <child> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
153 | <placeholder/> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40246
diff
changeset
|
154 | </child> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
155 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
156 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
157 | <property name="expand">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
158 | <property name="fill">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
159 | <property name="position">1</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
160 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
161 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
162 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
163 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
164 | <action-widgets> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
165 | <action-widget response="-6">button1</action-widget> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
166 | <action-widget response="-3">button2</action-widget> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
167 | </action-widgets> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
168 | </template> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
169 | </interface> |