]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-chat.glade
Updatre python binding
[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="GtkMenuItem" 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                     </widget>
297                   </child>
298
299                   <child>
300                     <widget class="GtkMenuItem" id="menu_room_invite">
301                       <property name="visible">True</property>
302                       <property name="label" translatable="yes">In_vite...</property>
303                       <property name="use_underline">True</property>
304                     </widget>
305                   </child>
306
307                   <child>
308                     <widget class="GtkSeparatorMenuItem" id="separator7">
309                       <property name="visible">True</property>
310                     </widget>
311                   </child>
312
313                   <child>
314                     <widget class="GtkImageMenuItem" id="menu_room_add">
315                       <property name="visible">True</property>
316                       <property name="label" translatable="yes">_Add To Favorites</property>
317                       <property name="use_underline">True</property>
318
319                       <child internal-child="image">
320                         <widget class="GtkImage" id="image268">
321                           <property name="visible">True</property>
322                           <property name="stock">gtk-add</property>
323                           <property name="icon_size">1</property>
324                           <property name="xalign">0.5</property>
325                           <property name="yalign">0.5</property>
326                           <property name="xpad">0</property>
327                           <property name="ypad">0</property>
328                         </widget>
329                       </child>
330                     </widget>
331                   </child>
332
333                   <child>
334                     <widget class="GtkSeparatorMenuItem" id="separator10">
335                       <property name="visible">True</property>
336                     </widget>
337                   </child>
338
339                   <child>
340                     <widget class="GtkCheckMenuItem" id="menu_room_show_contacts">
341                       <property name="visible">True</property>
342                       <property name="label" translatable="yes">_Show Contacts</property>
343                       <property name="use_underline">True</property>
344                       <property name="active">True</property>
345                       <accelerator key="F11" modifiers="0" signal="activate"/>
346                     </widget>
347                   </child>
348                 </widget>
349               </child>
350             </widget>
351           </child>
352
353           <child>
354             <widget class="GtkMenuItem" id="menu_edit">
355               <property name="visible">True</property>
356               <property name="label" translatable="yes">_Edit</property>
357               <property name="use_underline">True</property>
358
359               <child>
360                 <widget class="GtkMenu" id="menu_edit_menu">
361
362                   <child>
363                     <widget class="GtkImageMenuItem" id="menu_edit_cut">
364                       <property name="visible">True</property>
365                       <property name="label" translatable="yes">Cu_t</property>
366                       <property name="use_underline">True</property>
367                       <accelerator key="X" modifiers="GDK_CONTROL_MASK" signal="activate"/>
368
369                       <child internal-child="image">
370                         <widget class="GtkImage" id="image269">
371                           <property name="visible">True</property>
372                           <property name="stock">gtk-cut</property>
373                           <property name="icon_size">1</property>
374                           <property name="xalign">0.5</property>
375                           <property name="yalign">0.5</property>
376                           <property name="xpad">0</property>
377                           <property name="ypad">0</property>
378                         </widget>
379                       </child>
380                     </widget>
381                   </child>
382
383                   <child>
384                     <widget class="GtkImageMenuItem" id="menu_edit_copy">
385                       <property name="visible">True</property>
386                       <property name="label" translatable="yes">_Copy</property>
387                       <property name="use_underline">True</property>
388                       <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/>
389
390                       <child internal-child="image">
391                         <widget class="GtkImage" id="image270">
392                           <property name="visible">True</property>
393                           <property name="stock">gtk-copy</property>
394                           <property name="icon_size">1</property>
395                           <property name="xalign">0.5</property>
396                           <property name="yalign">0.5</property>
397                           <property name="xpad">0</property>
398                           <property name="ypad">0</property>
399                         </widget>
400                       </child>
401                     </widget>
402                   </child>
403
404                   <child>
405                     <widget class="GtkImageMenuItem" id="menu_edit_paste">
406                       <property name="visible">True</property>
407                       <property name="label" translatable="yes">_Paste</property>
408                       <property name="use_underline">True</property>
409                       <accelerator key="V" modifiers="GDK_CONTROL_MASK" signal="activate"/>
410
411                       <child internal-child="image">
412                         <widget class="GtkImage" id="image271">
413                           <property name="visible">True</property>
414                           <property name="stock">gtk-paste</property>
415                           <property name="icon_size">1</property>
416                           <property name="xalign">0.5</property>
417                           <property name="yalign">0.5</property>
418                           <property name="xpad">0</property>
419                           <property name="ypad">0</property>
420                         </widget>
421                       </child>
422                     </widget>
423                   </child>
424                 </widget>
425               </child>
426             </widget>
427           </child>
428
429           <child>
430             <widget class="GtkMenuItem" id="menu_tabs">
431               <property name="visible">True</property>
432               <property name="label" translatable="yes">_Tabs</property>
433               <property name="use_underline">True</property>
434
435               <child>
436                 <widget class="GtkMenu" id="menu_tabs_menu">
437
438                   <child>
439                     <widget class="GtkMenuItem" id="menu_tabs_prev">
440                       <property name="visible">True</property>
441                       <property name="label" translatable="yes">_Previous Tab</property>
442                       <property name="use_underline">True</property>
443                       <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK" signal="activate"/>
444                     </widget>
445                   </child>
446
447                   <child>
448                     <widget class="GtkMenuItem" id="menu_tabs_next">
449                       <property name="visible">True</property>
450                       <property name="label" translatable="yes">_Next Tab</property>
451                       <property name="use_underline">True</property>
452                       <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK" signal="activate"/>
453                     </widget>
454                   </child>
455
456                   <child>
457                     <widget class="GtkSeparatorMenuItem" id="separator4">
458                       <property name="visible">True</property>
459                     </widget>
460                   </child>
461
462                   <child>
463                     <widget class="GtkMenuItem" id="menu_tabs_left">
464                       <property name="visible">True</property>
465                       <property name="label" translatable="yes">Move Tab _Left</property>
466                       <property name="use_underline">True</property>
467                     </widget>
468                   </child>
469
470                   <child>
471                     <widget class="GtkMenuItem" id="menu_tabs_right">
472                       <property name="visible">True</property>
473                       <property name="label" translatable="yes">Move Tab _Right</property>
474                       <property name="use_underline">True</property>
475                     </widget>
476                   </child>
477
478                   <child>
479                     <widget class="GtkMenuItem" id="menu_tabs_detach">
480                       <property name="visible">True</property>
481                       <property name="label" translatable="yes">_Detach Tab</property>
482                       <property name="use_underline">True</property>
483                     </widget>
484                   </child>
485                 </widget>
486               </child>
487             </widget>
488           </child>
489
490           <child>
491             <widget class="GtkMenuItem" id="menu_help">
492               <property name="visible">True</property>
493               <property name="label" translatable="yes">_Help</property>
494               <property name="use_underline">True</property>
495
496                   <child>
497                 <widget class="GtkMenu" id="menu_help_menu">
498
499                   <child>
500                     <widget class="GtkImageMenuItem" id="menu_help_contents">
501                       <property name="visible">True</property>
502                       <property name="label" translatable="yes">_Contents</property>
503                       <property name="use_underline">True</property>
504                       <accelerator key="F1" modifiers="0" signal="activate"/>
505
506                       <child internal-child="image">
507                         <widget class="GtkImage" id="image289">
508                           <property name="visible">True</property>
509                           <property name="stock">gtk-help</property>
510                           <property name="icon_size">1</property>
511                           <property name="xalign">0.5</property>
512                           <property name="yalign">0.5</property>
513                           <property name="xpad">0</property>
514                           <property name="ypad">0</property>
515                         </widget>
516                       </child>
517                     </widget>
518                   </child>
519
520                   <child>
521                     <widget class="GtkImageMenuItem" id="menu_help_about">
522                       <property name="visible">True</property>
523                       <property name="label">gtk-about</property>
524                       <property name="use_stock">True</property>
525                     </widget>
526                   </child>
527                 </widget>
528               </child>
529             </widget>
530           </child>
531         </widget>
532         <packing>
533           <property name="padding">0</property>
534           <property name="expand">False</property>
535           <property name="fill">False</property>
536         </packing>
537       </child>
538
539       <child>
540         <placeholder/>
541       </child>
542     </widget>
543   </child>
544 </widget>
545
546 <widget class="GtkDialog" id="chat_invite_dialog">
547   <property name="border_width">5</property>
548   <property name="title" translatable="yes">Invite</property>
549   <property name="type">GTK_WINDOW_TOPLEVEL</property>
550   <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
551   <property name="modal">True</property>
552   <property name="default_width">275</property>
553   <property name="default_height">225</property>
554   <property name="resizable">True</property>
555   <property name="destroy_with_parent">False</property>
556   <property name="decorated">True</property>
557   <property name="skip_taskbar_hint">False</property>
558   <property name="skip_pager_hint">False</property>
559   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
560   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
561   <property name="focus_on_map">True</property>
562   <property name="urgency_hint">False</property>
563   <property name="has_separator">False</property>
564
565   <child internal-child="vbox">
566     <widget class="GtkVBox" id="vbox6">
567       <property name="visible">True</property>
568       <property name="homogeneous">False</property>
569       <property name="spacing">0</property>
570
571       <child internal-child="action_area">
572         <widget class="GtkHButtonBox" id="hbuttonbox1">
573           <property name="visible">True</property>
574           <property name="layout_style">GTK_BUTTONBOX_END</property>
575
576           <child>
577             <widget class="GtkButton" id="button_cancel">
578               <property name="visible">True</property>
579               <property name="can_default">True</property>
580               <property name="can_focus">True</property>
581               <property name="label">gtk-cancel</property>
582               <property name="use_stock">True</property>
583               <property name="relief">GTK_RELIEF_NORMAL</property>
584               <property name="focus_on_click">True</property>
585               <property name="response_id">-6</property>
586             </widget>
587           </child>
588
589           <child>
590             <widget class="GtkButton" id="button_invite">
591               <property name="visible">True</property>
592               <property name="sensitive">False</property>
593               <property name="can_default">True</property>
594               <property name="has_default">True</property>
595               <property name="can_focus">True</property>
596               <property name="label">In_vite</property>
597               <property name="use_underline">True</property>
598               <property name="relief">GTK_RELIEF_NORMAL</property>
599               <property name="focus_on_click">True</property>
600               <property name="response_id">-5</property>
601             </widget>
602           </child>
603         </widget>
604         <packing>
605           <property name="padding">0</property>
606           <property name="expand">False</property>
607           <property name="fill">True</property>
608           <property name="pack_type">GTK_PACK_END</property>
609         </packing>
610       </child>
611
612       <child>
613         <widget class="GtkVBox" id="vbox7">
614           <property name="border_width">5</property>
615           <property name="visible">True</property>
616           <property name="homogeneous">False</property>
617           <property name="spacing">18</property>
618
619           <child>
620             <widget class="GtkVBox" id="vbox7">
621               <property name="visible">True</property>
622               <property name="homogeneous">False</property>
623               <property name="spacing">6</property>
624
625               <child>
626                 <widget class="GtkLabel" id="label">
627                   <property name="visible">True</property>
628                   <property name="label" translatable="yes">Select who would you like to invite:</property>
629                   <property name="use_underline">False</property>
630                   <property name="use_markup">True</property>
631                   <property name="justify">GTK_JUSTIFY_LEFT</property>
632                   <property name="wrap">True</property>
633                   <property name="selectable">False</property>
634                   <property name="xalign">0</property>
635                   <property name="yalign">0.5</property>
636                   <property name="xpad">0</property>
637                   <property name="ypad">0</property>
638                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
639                   <property name="width_chars">-1</property>
640                   <property name="single_line_mode">False</property>
641                   <property name="angle">0</property>
642                 </widget>
643                 <packing>
644                   <property name="padding">0</property>
645                   <property name="expand">False</property>
646                   <property name="fill">False</property>
647                 </packing>
648               </child>
649
650               <child>
651                 <widget class="GtkScrolledWindow" id="scrolledwindow1">
652                   <property name="visible">True</property>
653                   <property name="can_focus">True</property>
654                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
655                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
656                   <property name="shadow_type">GTK_SHADOW_IN</property>
657                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
658
659                   <child>
660                     <widget class="GtkTreeView" id="treeview">
661                       <property name="visible">True</property>
662                       <property name="can_focus">True</property>
663                       <property name="headers_visible">False</property>
664                       <property name="rules_hint">False</property>
665                       <property name="reorderable">False</property>
666                       <property name="enable_search">True</property>
667                       <property name="fixed_height_mode">False</property>
668                       <property name="hover_selection">False</property>
669                       <property name="hover_expand">False</property>
670                     </widget>
671                   </child>
672                 </widget>
673                 <packing>
674                   <property name="padding">0</property>
675                   <property name="expand">True</property>
676                   <property name="fill">True</property>
677                 </packing>
678               </child>
679             </widget>
680             <packing>
681               <property name="padding">0</property>
682               <property name="expand">True</property>
683               <property name="fill">True</property>
684             </packing>
685           </child>
686
687           <child>
688             <widget class="GtkVBox" id="vbox8">
689               <property name="visible">True</property>
690               <property name="homogeneous">False</property>
691               <property name="spacing">6</property>
692
693               <child>
694                 <widget class="GtkLabel" id="label4">
695                   <property name="visible">True</property>
696                   <property name="label" translatable="yes">Invitation _message:</property>
697                   <property name="use_underline">True</property>
698                   <property name="use_markup">True</property>
699                   <property name="justify">GTK_JUSTIFY_LEFT</property>
700                   <property name="wrap">True</property>
701                   <property name="selectable">False</property>
702                   <property name="xalign">0</property>
703                   <property name="yalign">0.5</property>
704                   <property name="xpad">0</property>
705                   <property name="ypad">0</property>
706                   <property name="mnemonic_widget">entry</property>
707                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
708                   <property name="width_chars">-1</property>
709                   <property name="single_line_mode">False</property>
710                   <property name="angle">0</property>
711                 </widget>
712                 <packing>
713                   <property name="padding">0</property>
714                   <property name="expand">False</property>
715                   <property name="fill">False</property>
716                 </packing>
717               </child>
718
719               <child>
720                 <widget class="GtkEntry" id="entry">
721                   <property name="visible">True</property>
722                   <property name="can_focus">True</property>
723                   <property name="editable">True</property>
724                   <property name="visibility">True</property>
725                   <property name="max_length">0</property>
726                   <property name="text" translatable="yes">You have been invited to join a chat conference.</property>
727                   <property name="has_frame">True</property>
728                   <property name="invisible_char">*</property>
729                   <property name="activates_default">True</property>
730                   <property name="width_chars">40</property>
731                 </widget>
732                 <packing>
733                   <property name="padding">0</property>
734                   <property name="expand">False</property>
735                   <property name="fill">False</property>
736                 </packing>
737               </child>
738             </widget>
739             <packing>
740               <property name="padding">0</property>
741               <property name="expand">False</property>
742               <property name="fill">False</property>
743             </packing>
744           </child>
745         </widget>
746         <packing>
747           <property name="padding">0</property>
748           <property name="expand">True</property>
749           <property name="fill">True</property>
750         </packing>
751       </child>
752     </widget>
753   </child>
754 </widget>
755
756 </glade-interface>