]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-chat.glade
Add Ctr-L accelerator to clear the chat. Fixes bug #490125 (Marco
[empathy.git] / libempathy-gtk / empathy-chat.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="chat_page_window">
7   <property name="title" translatable="yes">Chat</property>
8   <property name="type">GTK_WINDOW_TOPLEVEL</property>
9   <property name="window_position">GTK_WIN_POS_NONE</property>
10   <property name="modal">False</property>
11   <property name="default_width">350</property>
12   <property name="default_height">250</property>
13   <property name="resizable">True</property>
14   <property name="destroy_with_parent">False</property>
15   <property name="decorated">True</property>
16   <property name="skip_taskbar_hint">False</property>
17   <property name="skip_pager_hint">False</property>
18   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
19   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
20   <property name="focus_on_map">True</property>
21   <property name="urgency_hint">False</property>
22
23   <child>
24     <widget class="GtkVBox" id="chat_widget">
25       <property name="border_width">4</property>
26       <property name="visible">True</property>
27       <property name="homogeneous">False</property>
28       <property name="spacing">3</property>
29
30       <child>
31         <widget class="GtkScrolledWindow" id="chat_view_sw">
32           <property name="visible">True</property>
33           <property name="can_focus">True</property>
34           <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
35           <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
36           <property name="shadow_type">GTK_SHADOW_IN</property>
37           <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
38
39           <child>
40             <placeholder/>
41           </child>
42         </widget>
43         <packing>
44           <property name="padding">0</property>
45           <property name="expand">True</property>
46           <property name="fill">True</property>
47         </packing>
48       </child>
49
50       <child>
51         <widget class="GtkScrolledWindow" id="input_text_view_sw">
52           <property name="visible">True</property>
53           <property name="can_focus">True</property>
54           <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
55           <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
56           <property name="shadow_type">GTK_SHADOW_IN</property>
57           <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
58
59           <child>
60             <placeholder/>
61           </child>
62         </widget>
63         <packing>
64           <property name="padding">0</property>
65           <property name="expand">False</property>
66           <property name="fill">False</property>
67         </packing>
68       </child>
69     </widget>
70   </child>
71 </widget>
72
73 <widget class="GtkWindow" id="chat_window">
74   <property name="title" translatable="yes">Chat</property>
75   <property name="type">GTK_WINDOW_TOPLEVEL</property>
76   <property name="window_position">GTK_WIN_POS_NONE</property>
77   <property name="modal">False</property>
78   <property name="default_width">350</property>
79   <property name="default_height">250</property>
80   <property name="resizable">True</property>
81   <property name="destroy_with_parent">False</property>
82   <property name="decorated">True</property>
83   <property name="skip_taskbar_hint">False</property>
84   <property name="skip_pager_hint">False</property>
85   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
86   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
87   <property name="focus_on_map">True</property>
88   <property name="urgency_hint">False</property>
89
90   <child>
91     <widget class="GtkVBox" id="chat_vbox">
92       <property name="visible">True</property>
93       <property name="homogeneous">False</property>
94       <property name="spacing">0</property>
95
96       <child>
97         <widget class="GtkMenuBar" id="chats_menubar">
98           <property name="visible">True</property>
99           <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
100           <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
101
102           <child>
103             <widget class="GtkMenuItem" id="menu_conv">
104               <property name="visible">True</property>
105               <property name="label" translatable="yes">_Conversation</property>
106               <property name="use_underline">True</property>
107
108               <child>
109                 <widget class="GtkMenu" id="menu_conv_menu">
110
111                   <child>
112                     <widget class="GtkImageMenuItem" id="menu_conv_clear">
113                       <property name="visible">True</property>
114                       <property name="label" translatable="yes">C_lear</property>
115                       <property name="use_underline">True</property>
116                       <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
117
118                       <child internal-child="image">
119                         <widget class="GtkImage" id="image262">
120                           <property name="visible">True</property>
121                           <property name="stock">gtk-clear</property>
122                           <property name="icon_size">1</property>
123                           <property name="xalign">0.5</property>
124                           <property name="yalign">0.5</property>
125                           <property name="xpad">0</property>
126                           <property name="ypad">0</property>
127                         </widget>
128                       </child>
129                     </widget>
130                   </child>
131
132                   <child>
133                     <widget class="GtkMenuItem" id="menu_conv_insert_smiley">
134                       <property name="visible">True</property>
135                       <property name="label" translatable="yes">Insert _Smiley</property>
136                       <property name="use_underline">True</property>
137                     </widget>
138                   </child>
139
140                   <child>
141                     <widget class="GtkSeparatorMenuItem" id="separator13">
142                       <property name="visible">True</property>
143                     </widget>
144                   </child>
145
146                   <child>
147                     <widget class="GtkImageMenuItem" id="menu_conv_call">
148                       <property name="visible">True</property>
149                       <property name="label" translatable="yes">Ca_ll</property>
150                       <property name="use_underline">True</property>
151
152                       <child internal-child="image">
153                         <widget class="GtkImage" id="menu_conv_call_image">
154                           <property name="visible">True</property>
155                           <property name="icon_name">gnome-stock-mic</property>
156                           <property name="icon_size">1</property>
157                           <property name="xalign">0.5</property>
158                           <property name="yalign">0.5</property>
159                           <property name="xpad">0</property>
160                           <property name="ypad">0</property>
161                         </widget>
162                       </child>
163                     </widget>
164                   </child>
165
166                   <child>
167                     <widget class="GtkSeparatorMenuItem" id="menu_conv_call_separator">
168                       <property name="visible">True</property>
169                     </widget>
170                   </child>
171
172                   <child>
173                     <widget class="GtkImageMenuItem" id="menu_conv_log">
174                       <property name="visible">True</property>
175                       <property name="label" translatable="yes">_View Previous Conversations</property>
176                       <property name="use_underline">True</property>
177                       <accelerator key="F3" modifiers="0" signal="activate"/>
178
179                       <child internal-child="image">
180                         <widget class="GtkImage" id="image263">
181                           <property name="visible">True</property>
182                           <property name="icon_name">document-open-recent</property>
183                           <property name="icon_size">1</property>
184                           <property name="xalign">0.5</property>
185                           <property name="yalign">0.5</property>
186                           <property name="xpad">0</property>
187                           <property name="ypad">0</property>
188                         </widget>
189                       </child>
190                     </widget>
191                   </child>
192
193                   <child>
194                     <widget class="GtkSeparatorMenuItem" id="menu_conv_separator">
195                       <property name="visible">True</property>
196                     </widget>
197                   </child>
198
199                   <child>
200                     <widget class="GtkImageMenuItem" id="menu_conv_add_contact">
201                       <property name="label" translatable="yes">_Add Contact...</property>
202                       <property name="use_underline">True</property>
203
204                       <child internal-child="image">
205                         <widget class="GtkImage" id="image264">
206                           <property name="visible">True</property>
207                           <property name="stock">gtk-add</property>
208                           <property name="icon_size">1</property>
209                           <property name="xalign">0.5</property>
210                           <property name="yalign">0.5</property>
211                           <property name="xpad">0</property>
212                           <property name="ypad">0</property>
213                         </widget>
214                       </child>
215                     </widget>
216                   </child>
217
218                   <child>
219                     <widget class="GtkImageMenuItem" id="menu_conv_info">
220                       <property name="visible">True</property>
221                       <property name="label" translatable="yes">Contact Infor_mation</property>
222                       <property name="use_underline">True</property>
223
224                       <child internal-child="image">
225                         <widget class="GtkImage" id="image265">
226                           <property name="visible">True</property>
227                           <property name="stock">gtk-info</property>
228                           <property name="icon_size">1</property>
229                           <property name="xalign">0.5</property>
230                           <property name="yalign">0.5</property>
231                           <property name="xpad">0</property>
232                           <property name="ypad">0</property>
233                         </widget>
234                       </child>
235                     </widget>
236                   </child>
237
238                   <child>
239                     <widget class="GtkSeparatorMenuItem" id="separator7">
240                       <property name="visible">True</property>
241                     </widget>
242                   </child>
243
244                   <child>
245                     <widget class="GtkImageMenuItem" id="menu_conv_close">
246                       <property name="visible">True</property>
247                       <property name="label" translatable="yes">_Close</property>
248                       <property name="use_underline">True</property>
249                       <accelerator key="W" modifiers="GDK_CONTROL_MASK" signal="activate"/>
250
251                       <child internal-child="image">
252                         <widget class="GtkImage" id="image266">
253                           <property name="visible">True</property>
254                           <property name="stock">gtk-close</property>
255                           <property name="icon_size">1</property>
256                           <property name="xalign">0.5</property>
257                           <property name="yalign">0.5</property>
258                           <property name="xpad">0</property>
259                           <property name="ypad">0</property>
260                         </widget>
261                       </child>
262                     </widget>
263                   </child>
264                 </widget>
265               </child>
266             </widget>
267           </child>
268
269           <child>
270             <widget class="GtkMenuItem" id="menu_room">
271               <property name="label" translatable="yes">_Room</property>
272               <property name="use_underline">True</property>
273
274               <child>
275                 <widget class="GtkMenu" id="menu_room_menu">
276
277                   <child>
278                     <widget class="GtkMenuItem" id="menu_room_set_topic">
279                       <property name="visible">True</property>
280                       <property name="label" translatable="yes">Change _Topic...</property>
281                       <property name="use_underline">True</property>
282                     </widget>
283                   </child>
284
285                   <child>
286                     <widget class="GtkSeparatorMenuItem" id="separator12">
287                       <property name="visible">True</property>
288                     </widget>
289                   </child>
290
291                   <child>
292                     <widget class="GtkImageMenuItem" id="menu_room_join_new">
293                       <property name="visible">True</property>
294                       <property name="label" translatable="yes">Join _New...</property>
295                       <property name="use_underline">True</property>
296
297                       <child internal-child="image">
298                         <widget class="GtkImage" id="image267">
299                           <property name="visible">True</property>
300                           <property name="stock">gtk-new</property>
301                           <property name="icon_size">1</property>
302                           <property name="xalign">0.5</property>
303                           <property name="yalign">0.5</property>
304                           <property name="xpad">0</property>
305                           <property name="ypad">0</property>
306                         </widget>
307                       </child>
308                     </widget>
309                   </child>
310
311                   <child>
312                     <widget class="GtkMenuItem" id="menu_room_invite">
313                       <property name="visible">True</property>
314                       <property name="label" translatable="yes">In_vite...</property>
315                       <property name="use_underline">True</property>
316                     </widget>
317                   </child>
318
319                   <child>
320                     <widget class="GtkSeparatorMenuItem" id="separator7">
321                       <property name="visible">True</property>
322                     </widget>
323                   </child>
324
325                   <child>
326                     <widget class="GtkImageMenuItem" id="menu_room_add">
327                       <property name="visible">True</property>
328                       <property name="label" translatable="yes">_Add To Favorites</property>
329                       <property name="use_underline">True</property>
330
331                       <child internal-child="image">
332                         <widget class="GtkImage" id="image268">
333                           <property name="visible">True</property>
334                           <property name="stock">gtk-add</property>
335                           <property name="icon_size">1</property>
336                           <property name="xalign">0.5</property>
337                           <property name="yalign">0.5</property>
338                           <property name="xpad">0</property>
339                           <property name="ypad">0</property>
340                         </widget>
341                       </child>
342                     </widget>
343                   </child>
344
345                   <child>
346                     <widget class="GtkSeparatorMenuItem" id="separator10">
347                       <property name="visible">True</property>
348                     </widget>
349                   </child>
350
351                   <child>
352                     <widget class="GtkCheckMenuItem" id="menu_room_show_contacts">
353                       <property name="visible">True</property>
354                       <property name="label" translatable="yes">_Show Contacts</property>
355                       <property name="use_underline">True</property>
356                       <property name="active">True</property>
357                       <accelerator key="F11" modifiers="0" signal="activate"/>
358                     </widget>
359                   </child>
360                 </widget>
361               </child>
362             </widget>
363           </child>
364
365           <child>
366             <widget class="GtkMenuItem" id="menu_edit">
367               <property name="visible">True</property>
368               <property name="label" translatable="yes">_Edit</property>
369               <property name="use_underline">True</property>
370
371               <child>
372                 <widget class="GtkMenu" id="menu_edit_menu">
373
374                   <child>
375                     <widget class="GtkImageMenuItem" id="menu_edit_cut">
376                       <property name="visible">True</property>
377                       <property name="label" translatable="yes">Cu_t</property>
378                       <property name="use_underline">True</property>
379                       <accelerator key="X" modifiers="GDK_CONTROL_MASK" signal="activate"/>
380
381                       <child internal-child="image">
382                         <widget class="GtkImage" id="image269">
383                           <property name="visible">True</property>
384                           <property name="stock">gtk-cut</property>
385                           <property name="icon_size">1</property>
386                           <property name="xalign">0.5</property>
387                           <property name="yalign">0.5</property>
388                           <property name="xpad">0</property>
389                           <property name="ypad">0</property>
390                         </widget>
391                       </child>
392                     </widget>
393                   </child>
394
395                   <child>
396                     <widget class="GtkImageMenuItem" id="menu_edit_copy">
397                       <property name="visible">True</property>
398                       <property name="label" translatable="yes">_Copy</property>
399                       <property name="use_underline">True</property>
400                       <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/>
401
402                       <child internal-child="image">
403                         <widget class="GtkImage" id="image270">
404                           <property name="visible">True</property>
405                           <property name="stock">gtk-copy</property>
406                           <property name="icon_size">1</property>
407                           <property name="xalign">0.5</property>
408                           <property name="yalign">0.5</property>
409                           <property name="xpad">0</property>
410                           <property name="ypad">0</property>
411                         </widget>
412                       </child>
413                     </widget>
414                   </child>
415
416                   <child>
417                     <widget class="GtkImageMenuItem" id="menu_edit_paste">
418                       <property name="visible">True</property>
419                       <property name="label" translatable="yes">_Paste</property>
420                       <property name="use_underline">True</property>
421                       <accelerator key="V" modifiers="GDK_CONTROL_MASK" signal="activate"/>
422
423                       <child internal-child="image">
424                         <widget class="GtkImage" id="image271">
425                           <property name="visible">True</property>
426                           <property name="stock">gtk-paste</property>
427                           <property name="icon_size">1</property>
428                           <property name="xalign">0.5</property>
429                           <property name="yalign">0.5</property>
430                           <property name="xpad">0</property>
431                           <property name="ypad">0</property>
432                         </widget>
433                       </child>
434                     </widget>
435                   </child>
436                 </widget>
437               </child>
438             </widget>
439           </child>
440
441           <child>
442             <widget class="GtkMenuItem" id="menu_tabs">
443               <property name="visible">True</property>
444               <property name="label" translatable="yes">_Tabs</property>
445               <property name="use_underline">True</property>
446
447               <child>
448                 <widget class="GtkMenu" id="menu_tabs_menu">
449
450                   <child>
451                     <widget class="GtkMenuItem" id="menu_tabs_prev">
452                       <property name="visible">True</property>
453                       <property name="label" translatable="yes">_Previous Tab</property>
454                       <property name="use_underline">True</property>
455                       <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK" signal="activate"/>
456                     </widget>
457                   </child>
458
459                   <child>
460                     <widget class="GtkMenuItem" id="menu_tabs_next">
461                       <property name="visible">True</property>
462                       <property name="label" translatable="yes">_Next Tab</property>
463                       <property name="use_underline">True</property>
464                       <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK" signal="activate"/>
465                     </widget>
466                   </child>
467
468                   <child>
469                     <widget class="GtkSeparatorMenuItem" id="separator4">
470                       <property name="visible">True</property>
471                     </widget>
472                   </child>
473
474                   <child>
475                     <widget class="GtkMenuItem" id="menu_tabs_left">
476                       <property name="visible">True</property>
477                       <property name="label" translatable="yes">Move Tab _Left</property>
478                       <property name="use_underline">True</property>
479                     </widget>
480                   </child>
481
482                   <child>
483                     <widget class="GtkMenuItem" id="menu_tabs_right">
484                       <property name="visible">True</property>
485                       <property name="label" translatable="yes">Move Tab _Right</property>
486                       <property name="use_underline">True</property>
487                     </widget>
488                   </child>
489
490                   <child>
491                     <widget class="GtkMenuItem" id="menu_tabs_detach">
492                       <property name="visible">True</property>
493                       <property name="label" translatable="yes">_Detach Tab</property>
494                       <property name="use_underline">True</property>
495                     </widget>
496                   </child>
497                 </widget>
498               </child>
499             </widget>
500           </child>
501         </widget>
502         <packing>
503           <property name="padding">0</property>
504           <property name="expand">False</property>
505           <property name="fill">False</property>
506         </packing>
507       </child>
508
509       <child>
510         <placeholder/>
511       </child>
512     </widget>
513   </child>
514 </widget>
515
516 <widget class="GtkDialog" id="chat_invite_dialog">
517   <property name="border_width">5</property>
518   <property name="title" translatable="yes">Invite</property>
519   <property name="type">GTK_WINDOW_TOPLEVEL</property>
520   <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
521   <property name="modal">True</property>
522   <property name="default_width">275</property>
523   <property name="default_height">225</property>
524   <property name="resizable">True</property>
525   <property name="destroy_with_parent">False</property>
526   <property name="decorated">True</property>
527   <property name="skip_taskbar_hint">False</property>
528   <property name="skip_pager_hint">False</property>
529   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
530   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
531   <property name="focus_on_map">True</property>
532   <property name="urgency_hint">False</property>
533   <property name="has_separator">False</property>
534
535   <child internal-child="vbox">
536     <widget class="GtkVBox" id="vbox6">
537       <property name="visible">True</property>
538       <property name="homogeneous">False</property>
539       <property name="spacing">0</property>
540
541       <child internal-child="action_area">
542         <widget class="GtkHButtonBox" id="hbuttonbox1">
543           <property name="visible">True</property>
544           <property name="layout_style">GTK_BUTTONBOX_END</property>
545
546           <child>
547             <widget class="GtkButton" id="button_cancel">
548               <property name="visible">True</property>
549               <property name="can_default">True</property>
550               <property name="can_focus">True</property>
551               <property name="label">gtk-cancel</property>
552               <property name="use_stock">True</property>
553               <property name="relief">GTK_RELIEF_NORMAL</property>
554               <property name="focus_on_click">True</property>
555               <property name="response_id">-6</property>
556             </widget>
557           </child>
558
559           <child>
560             <widget class="GtkButton" id="button_invite">
561               <property name="visible">True</property>
562               <property name="sensitive">False</property>
563               <property name="can_default">True</property>
564               <property name="has_default">True</property>
565               <property name="can_focus">True</property>
566               <property name="label">In_vite</property>
567               <property name="use_underline">True</property>
568               <property name="relief">GTK_RELIEF_NORMAL</property>
569               <property name="focus_on_click">True</property>
570               <property name="response_id">-5</property>
571             </widget>
572           </child>
573         </widget>
574         <packing>
575           <property name="padding">0</property>
576           <property name="expand">False</property>
577           <property name="fill">True</property>
578           <property name="pack_type">GTK_PACK_END</property>
579         </packing>
580       </child>
581
582       <child>
583         <widget class="GtkVBox" id="vbox7">
584           <property name="border_width">5</property>
585           <property name="visible">True</property>
586           <property name="homogeneous">False</property>
587           <property name="spacing">18</property>
588
589           <child>
590             <widget class="GtkVBox" id="vbox7">
591               <property name="visible">True</property>
592               <property name="homogeneous">False</property>
593               <property name="spacing">6</property>
594
595               <child>
596                 <widget class="GtkLabel" id="label">
597                   <property name="visible">True</property>
598                   <property name="label" translatable="yes">Select who would you like to invite:</property>
599                   <property name="use_underline">False</property>
600                   <property name="use_markup">True</property>
601                   <property name="justify">GTK_JUSTIFY_LEFT</property>
602                   <property name="wrap">True</property>
603                   <property name="selectable">False</property>
604                   <property name="xalign">0</property>
605                   <property name="yalign">0.5</property>
606                   <property name="xpad">0</property>
607                   <property name="ypad">0</property>
608                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
609                   <property name="width_chars">-1</property>
610                   <property name="single_line_mode">False</property>
611                   <property name="angle">0</property>
612                 </widget>
613                 <packing>
614                   <property name="padding">0</property>
615                   <property name="expand">False</property>
616                   <property name="fill">False</property>
617                 </packing>
618               </child>
619
620               <child>
621                 <widget class="GtkScrolledWindow" id="scrolledwindow1">
622                   <property name="visible">True</property>
623                   <property name="can_focus">True</property>
624                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
625                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
626                   <property name="shadow_type">GTK_SHADOW_IN</property>
627                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
628
629                   <child>
630                     <widget class="GtkTreeView" id="treeview">
631                       <property name="visible">True</property>
632                       <property name="can_focus">True</property>
633                       <property name="headers_visible">False</property>
634                       <property name="rules_hint">False</property>
635                       <property name="reorderable">False</property>
636                       <property name="enable_search">True</property>
637                       <property name="fixed_height_mode">False</property>
638                       <property name="hover_selection">False</property>
639                       <property name="hover_expand">False</property>
640                     </widget>
641                   </child>
642                 </widget>
643                 <packing>
644                   <property name="padding">0</property>
645                   <property name="expand">True</property>
646                   <property name="fill">True</property>
647                 </packing>
648               </child>
649             </widget>
650             <packing>
651               <property name="padding">0</property>
652               <property name="expand">True</property>
653               <property name="fill">True</property>
654             </packing>
655           </child>
656
657           <child>
658             <widget class="GtkVBox" id="vbox8">
659               <property name="visible">True</property>
660               <property name="homogeneous">False</property>
661               <property name="spacing">6</property>
662
663               <child>
664                 <widget class="GtkLabel" id="label4">
665                   <property name="visible">True</property>
666                   <property name="label" translatable="yes">Invitation _message:</property>
667                   <property name="use_underline">True</property>
668                   <property name="use_markup">True</property>
669                   <property name="justify">GTK_JUSTIFY_LEFT</property>
670                   <property name="wrap">True</property>
671                   <property name="selectable">False</property>
672                   <property name="xalign">0</property>
673                   <property name="yalign">0.5</property>
674                   <property name="xpad">0</property>
675                   <property name="ypad">0</property>
676                   <property name="mnemonic_widget">entry</property>
677                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
678                   <property name="width_chars">-1</property>
679                   <property name="single_line_mode">False</property>
680                   <property name="angle">0</property>
681                 </widget>
682                 <packing>
683                   <property name="padding">0</property>
684                   <property name="expand">False</property>
685                   <property name="fill">False</property>
686                 </packing>
687               </child>
688
689               <child>
690                 <widget class="GtkEntry" id="entry">
691                   <property name="visible">True</property>
692                   <property name="can_focus">True</property>
693                   <property name="editable">True</property>
694                   <property name="visibility">True</property>
695                   <property name="max_length">0</property>
696                   <property name="text" translatable="yes">You have been invited to join a chat conference.</property>
697                   <property name="has_frame">True</property>
698                   <property name="invisible_char">*</property>
699                   <property name="activates_default">True</property>
700                   <property name="width_chars">40</property>
701                 </widget>
702                 <packing>
703                   <property name="padding">0</property>
704                   <property name="expand">False</property>
705                   <property name="fill">False</property>
706                 </packing>
707               </child>
708             </widget>
709             <packing>
710               <property name="padding">0</property>
711               <property name="expand">False</property>
712               <property name="fill">False</property>
713             </packing>
714           </child>
715         </widget>
716         <packing>
717           <property name="padding">0</property>
718           <property name="expand">True</property>
719           <property name="fill">True</property>
720         </packing>
721       </child>
722     </widget>
723   </child>
724 </widget>
725
726 </glade-interface>