]> sjero.net Git - linphone/blob - gtk/main.ui
Merge branch 'master' of git.linphone.org:linphone into dev_gtk_new_ui
[linphone] / gtk / main.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkImage" id="add_image">
6     <property name="visible">True</property>
7     <property name="can_focus">False</property>
8     <property name="stock">gtk-add</property>
9   </object>
10   <object class="GtkWindow" id="dummy_callee_frame">
11     <property name="can_focus">False</property>
12     <child>
13       <object class="GtkFrame" id="callee_frame">
14         <property name="visible">True</property>
15         <property name="can_focus">False</property>
16         <property name="label_xalign">0</property>
17         <property name="shadow_type">none</property>
18         <child>
19           <object class="GtkAlignment" id="alignment_conf">
20             <property name="visible">True</property>
21             <property name="can_focus">False</property>
22             <property name="left_padding">12</property>
23             <child>
24               <object class="GtkAlignment" id="conf_alignment1">
25                 <property name="visible">True</property>
26                 <property name="can_focus">False</property>
27                 <property name="left_padding">12</property>
28                 <child>
29                   <object class="GtkHBox" id="conf_hbox3">
30                     <property name="visible">True</property>
31                     <property name="can_focus">False</property>
32                     <child>
33                       <object class="GtkHBox" id="conf_hbox1">
34                         <property name="visible">True</property>
35                         <property name="can_focus">False</property>
36                         <child>
37                           <object class="GtkButton" id="conference_control">
38                             <property name="can_focus">True</property>
39                             <property name="receives_default">True</property>
40                             <property name="use_action_appearance">False</property>
41                           </object>
42                           <packing>
43                             <property name="expand">False</property>
44                             <property name="fill">False</property>
45                             <property name="position">0</property>
46                           </packing>
47                         </child>
48                       </object>
49                       <packing>
50                         <property name="expand">False</property>
51                         <property name="fill">True</property>
52                         <property name="position">0</property>
53                       </packing>
54                     </child>
55                     <child>
56                       <object class="GtkLabel" id="callee_name_label">
57                         <property name="visible">True</property>
58                         <property name="can_focus">False</property>
59                         <property name="label" translatable="yes">&lt;b&gt;Callee name&lt;/b&gt;</property>
60                         <property name="use_markup">True</property>
61                         <property name="justify">right</property>
62                         <property name="ellipsize">end</property>
63                       </object>
64                       <packing>
65                         <property name="expand">True</property>
66                         <property name="fill">True</property>
67                         <property name="position">1</property>
68                       </packing>
69                     </child>
70                     <child>
71                       <object class="GtkProgressBar" id="sound_indicator">
72                         <property name="width_request">90</property>
73                         <property name="height_request">10</property>
74                         <property name="visible">True</property>
75                         <property name="can_focus">False</property>
76                       </object>
77                       <packing>
78                         <property name="expand">False</property>
79                         <property name="fill">False</property>
80                         <property name="position">2</property>
81                       </packing>
82                     </child>
83                   </object>
84                 </child>
85               </object>
86             </child>
87           </object>
88         </child>
89         <child type="label_item">
90           <placeholder/>
91         </child>
92       </object>
93     </child>
94   </object>
95   <object class="GtkWindow" id="dummy_chat_window">
96     <property name="can_focus">False</property>
97     <child>
98       <object class="GtkFrame" id="chatroom_frame">
99         <property name="visible">True</property>
100         <property name="can_focus">False</property>
101         <property name="label_xalign">0</property>
102         <property name="shadow_type">none</property>
103         <child>
104           <object class="GtkVBox" id="vbox4">
105             <property name="visible">True</property>
106             <property name="can_focus">False</property>
107             <child>
108               <object class="GtkScrolledWindow" id="scrolledwindow3">
109                 <property name="visible">True</property>
110                 <property name="can_focus">True</property>
111                 <property name="hscrollbar_policy">never</property>
112                 <child>
113                   <object class="GtkTextView" id="textview">
114                     <property name="visible">True</property>
115                     <property name="can_focus">True</property>
116                   </object>
117                 </child>
118               </object>
119               <packing>
120                 <property name="expand">True</property>
121                 <property name="fill">True</property>
122                 <property name="position">0</property>
123               </packing>
124             </child>
125             <child>
126               <object class="GtkHBox" id="hbox10">
127                 <property name="visible">True</property>
128                 <property name="can_focus">False</property>
129                 <child>
130                   <object class="GtkEntry" id="text_entry">
131                     <property name="visible">True</property>
132                     <property name="can_focus">True</property>
133                     <property name="has_focus">True</property>
134                     <property name="invisible_char">•</property>
135                     <property name="primary_icon_activatable">False</property>
136                     <property name="secondary_icon_activatable">False</property>
137                     <property name="primary_icon_sensitive">True</property>
138                     <property name="secondary_icon_sensitive">True</property>
139                   </object>
140                   <packing>
141                     <property name="expand">True</property>
142                     <property name="fill">True</property>
143                     <property name="position">0</property>
144                   </packing>
145                 </child>
146                 <child>
147                   <object class="GtkButton" id="send">
148                     <property name="visible">True</property>
149                     <property name="can_focus">True</property>
150                     <property name="receives_default">True</property>
151                     <property name="use_action_appearance">False</property>
152                     <child>
153                       <object class="GtkHBox" id="hbox11">
154                         <property name="visible">True</property>
155                         <property name="can_focus">False</property>
156                         <child>
157                           <object class="GtkImage" id="image13">
158                             <property name="visible">True</property>
159                             <property name="can_focus">False</property>
160                             <property name="stock">gtk-ok</property>
161                           </object>
162                           <packing>
163                             <property name="expand">True</property>
164                             <property name="fill">True</property>
165                             <property name="position">0</property>
166                           </packing>
167                         </child>
168                         <child>
169                           <object class="GtkLabel" id="label4">
170                             <property name="visible">True</property>
171                             <property name="can_focus">False</property>
172                             <property name="label" translatable="yes">Send</property>
173                           </object>
174                           <packing>
175                             <property name="expand">True</property>
176                             <property name="fill">True</property>
177                             <property name="padding">7</property>
178                             <property name="position">1</property>
179                           </packing>
180                         </child>
181                       </object>
182                     </child>
183                   </object>
184                   <packing>
185                     <property name="expand">False</property>
186                     <property name="fill">False</property>
187                     <property name="position">1</property>
188                   </packing>
189                 </child>
190               </object>
191               <packing>
192                 <property name="expand">False</property>
193                 <property name="fill">False</property>
194                 <property name="position">1</property>
195               </packing>
196             </child>
197           </object>
198         </child>
199         <child type="label_item">
200           <placeholder/>
201         </child>
202       </object>
203     </child>
204   </object>
205   <object class="GtkWindow" id="dummy_conf_window">
206     <property name="can_focus">False</property>
207     <child>
208       <object class="GtkFrame" id="conf_frame">
209         <property name="visible">True</property>
210         <property name="can_focus">False</property>
211         <property name="label_xalign">0</property>
212         <property name="shadow_type">none</property>
213         <child>
214           <object class="GtkVBox" id="conf_box">
215             <property name="visible">True</property>
216             <property name="can_focus">False</property>
217             <child>
218               <placeholder/>
219             </child>
220             <child>
221               <object class="GtkHButtonBox" id="button_conf">
222                 <property name="visible">True</property>
223                 <property name="can_focus">False</property>
224                 <child>
225                   <object class="GtkButton" id="terminate_conf">
226                     <property name="label" translatable="yes">End conference</property>
227                     <property name="visible">True</property>
228                     <property name="can_focus">True</property>
229                     <property name="receives_default">True</property>
230                     <property name="use_action_appearance">False</property>
231                   </object>
232                   <packing>
233                     <property name="expand">False</property>
234                     <property name="fill">False</property>
235                     <property name="pack_type">end</property>
236                     <property name="position">0</property>
237                   </packing>
238                 </child>
239               </object>
240               <packing>
241                 <property name="expand">True</property>
242                 <property name="fill">True</property>
243                 <property name="pack_type">end</property>
244                 <property name="position">1</property>
245               </packing>
246             </child>
247           </object>
248         </child>
249       </object>
250     </child>
251   </object>
252   <object class="GtkWindow" id="dummy_in_call_window">
253     <property name="can_focus">False</property>
254     <child>
255       <object class="GtkFrame" id="in_call_frame">
256         <property name="can_focus">False</property>
257         <property name="extension_events">cursor</property>
258         <property name="label_xalign">0.5</property>
259         <property name="shadow_type">none</property>
260         <child>
261           <object class="GtkAlignment" id="alignment1">
262             <property name="visible">True</property>
263             <property name="can_focus">False</property>
264             <property name="left_padding">12</property>
265             <property name="right_padding">12</property>
266             <child>
267               <object class="GtkVBox" id="vbox3">
268                 <property name="visible">True</property>
269                 <property name="can_focus">False</property>
270                 <child>
271                   <object class="GtkVBox" id="in_call_animation">
272                     <property name="visible">True</property>
273                     <property name="can_focus">False</property>
274                     <child>
275                       <placeholder/>
276                     </child>
277                   </object>
278                   <packing>
279                     <property name="expand">False</property>
280                     <property name="fill">False</property>
281                     <property name="position">0</property>
282                   </packing>
283                 </child>
284                 <child>
285                   <object class="GtkLabel" id="in_call_uri">
286                     <property name="visible">True</property>
287                     <property name="can_focus">False</property>
288                     <property name="label" translatable="yes">label</property>
289                     <property name="justify">center</property>
290                   </object>
291                   <packing>
292                     <property name="expand">True</property>
293                     <property name="fill">True</property>
294                     <property name="position">1</property>
295                   </packing>
296                 </child>
297                 <child>
298                   <object class="GtkHBox" id="encryption_box">
299                     <property name="can_focus">False</property>
300                     <child>
301                       <object class="GtkImage" id="image121">
302                         <property name="visible">True</property>
303                         <property name="can_focus">False</property>
304                         <property name="stock">gtk-dialog-authentication</property>
305                         <property name="icon-size">1</property>
306                       </object>
307                       <packing>
308                         <property name="expand">False</property>
309                         <property name="fill">False</property>
310                         <property name="position">0</property>
311                       </packing>
312                     </child>
313                     <child>
314                       <object class="GtkImage" id="encryption_status_icon">
315                         <property name="visible">True</property>
316                         <property name="can_focus">False</property>
317                         <property name="stock">gtk-apply</property>
318                       </object>
319                       <packing>
320                         <property name="expand">False</property>
321                         <property name="fill">False</property>
322                         <property name="position">1</property>
323                       </packing>
324                     </child>
325                     <child>
326                       <object class="GtkLabel" id="encryption_label">
327                         <property name="visible">True</property>
328                         <property name="can_focus">False</property>
329                         <property name="label" translatable="yes">label</property>
330                       </object>
331                       <packing>
332                         <property name="expand">True</property>
333                         <property name="fill">True</property>
334                         <property name="position">2</property>
335                       </packing>
336                     </child>
337                     <child>
338                       <object class="GtkButton" id="encryption_verify_button">
339                         <property name="label" translatable="yes">Set verified</property>
340                         <property name="visible">True</property>
341                         <property name="can_focus">True</property>
342                         <property name="receives_default">True</property>
343                         <property name="use_action_appearance">False</property>
344                         <signal name="clicked" handler="linphone_gtk_auth_token_verified_clicked" swapped="no"/>
345                       </object>
346                       <packing>
347                         <property name="expand">False</property>
348                         <property name="fill">False</property>
349                         <property name="position">3</property>
350                       </packing>
351                     </child>
352                   </object>
353                   <packing>
354                     <property name="expand">False</property>
355                     <property name="fill">True</property>
356                     <property name="position">2</property>
357                   </packing>
358                 </child>
359                 <child>
360                   <object class="GtkHBox" id="incall_audioview">
361                     <property name="can_focus">False</property>
362                     <property name="homogeneous">True</property>
363                     <child>
364                       <object class="GtkImage" id="incall_mic_icon">
365                         <property name="visible">True</property>
366                         <property name="can_focus">False</property>
367                         <property name="stock">gtk-missing-image</property>
368                         <property name="icon-size">1</property>
369                       </object>
370                       <packing>
371                         <property name="expand">False</property>
372                         <property name="fill">False</property>
373                         <property name="position">0</property>
374                       </packing>
375                     </child>
376                     <child>
377                       <object class="GtkProgressBar" id="mic_audiolevel">
378                         <property name="width_request">90</property>
379                         <property name="height_request">10</property>
380                         <property name="visible">True</property>
381                         <property name="can_focus">False</property>
382                       </object>
383                       <packing>
384                         <property name="expand">False</property>
385                         <property name="fill">False</property>
386                         <property name="position">1</property>
387                       </packing>
388                     </child>
389                     <child>
390                       <object class="GtkProgressBar" id="spk_audiolevel">
391                         <property name="width_request">90</property>
392                         <property name="visible">True</property>
393                         <property name="can_focus">False</property>
394                       </object>
395                       <packing>
396                         <property name="expand">False</property>
397                         <property name="fill">False</property>
398                         <property name="pack_type">end</property>
399                         <property name="position">2</property>
400                       </packing>
401                     </child>
402                     <child>
403                       <object class="GtkImage" id="incall_spk_icon">
404                         <property name="visible">True</property>
405                         <property name="can_focus">False</property>
406                         <property name="stock">gtk-missing-image</property>
407                         <property name="icon-size">1</property>
408                       </object>
409                       <packing>
410                         <property name="expand">False</property>
411                         <property name="fill">False</property>
412                         <property name="pack_type">end</property>
413                         <property name="position">3</property>
414                       </packing>
415                     </child>
416                   </object>
417                   <packing>
418                     <property name="expand">False</property>
419                     <property name="fill">True</property>
420                     <property name="position">3</property>
421                   </packing>
422                 </child>
423                 <child>
424                   <object class="GtkHButtonBox" id="answer_decline_panel">
425                     <property name="can_focus">False</property>
426                     <property name="layout_style">spread</property>
427                     <child>
428                       <object class="GtkButton" id="accept_call">
429                         <property name="label" translatable="yes">Answer</property>
430                         <property name="visible">True</property>
431                         <property name="can_focus">True</property>
432                         <property name="receives_default">True</property>
433                         <property name="use_action_appearance">False</property>
434                         <signal name="clicked" handler="linphone_gtk_answer_clicked" swapped="no"/>
435                       </object>
436                       <packing>
437                         <property name="expand">False</property>
438                         <property name="fill">False</property>
439                         <property name="position">0</property>
440                       </packing>
441                     </child>
442                     <child>
443                       <object class="GtkButton" id="decline_call">
444                         <property name="label" translatable="yes">Decline</property>
445                         <property name="visible">True</property>
446                         <property name="can_focus">True</property>
447                         <property name="receives_default">True</property>
448                         <property name="use_action_appearance">False</property>
449                         <signal name="clicked" handler="linphone_gtk_decline_clicked" swapped="no"/>
450                       </object>
451                       <packing>
452                         <property name="expand">False</property>
453                         <property name="fill">False</property>
454                         <property name="position">1</property>
455                       </packing>
456                     </child>
457                   </object>
458                   <packing>
459                     <property name="expand">False</property>
460                     <property name="fill">False</property>
461                     <property name="position">4</property>
462                   </packing>
463                 </child>
464                 <child>
465                   <object class="GtkTable" id="buttons_panel">
466                     <property name="visible">True</property>
467                     <property name="can_focus">False</property>
468                     <property name="n_rows">2</property>
469                     <property name="n_columns">3</property>
470                     <property name="homogeneous">True</property>
471                     <child>
472                       <object class="GtkButton" id="video_button">
473                         <property name="label" translatable="yes">Video</property>
474                         <property name="visible">True</property>
475                         <property name="can_focus">True</property>
476                         <property name="receives_default">True</property>
477                         <property name="use_action_appearance">False</property>
478                       </object>
479                     </child>
480                     <child>
481                       <object class="GtkButton" id="hold_call">
482                         <property name="label" translatable="yes">Pause</property>
483                         <property name="can_focus">True</property>
484                         <property name="receives_default">True</property>
485                         <property name="use_action_appearance">False</property>
486                         <signal name="clicked" handler="linphone_gtk_hold_clicked" swapped="no"/>
487                       </object>
488                       <packing>
489                         <property name="left_attach">1</property>
490                         <property name="right_attach">2</property>
491                       </packing>
492                     </child>
493                     <child>
494                       <object class="GtkButton" id="incall_mute">
495                         <property name="label" translatable="yes">Mute</property>
496                         <property name="visible">True</property>
497                         <property name="can_focus">True</property>
498                         <property name="receives_default">True</property>
499                         <property name="use_action_appearance">False</property>
500                         <property name="relief">half</property>
501                         <signal name="clicked" handler="linphone_gtk_mute_clicked" swapped="no"/>
502                       </object>
503                       <packing>
504                         <property name="left_attach">2</property>
505                         <property name="right_attach">3</property>
506                       </packing>
507                     </child>
508                     <child>
509                       <object class="GtkButton" id="transfer_button">
510                         <property name="label" translatable="yes">Transfer</property>
511                         <property name="visible">True</property>
512                         <property name="can_focus">True</property>
513                         <property name="receives_default">True</property>
514                         <property name="use_action_appearance">False</property>
515                       </object>
516                       <packing>
517                         <property name="top_attach">1</property>
518                         <property name="bottom_attach">2</property>
519                       </packing>
520                     </child>
521                     <child>
522                       <object class="GtkButton" id="terminate_call">
523                         <property name="label" translatable="yes">Hang up</property>
524                         <property name="visible">True</property>
525                         <property name="can_focus">True</property>
526                         <property name="receives_default">True</property>
527                         <property name="use_action_appearance">False</property>
528                         <signal name="clicked" handler="linphone_gtk_terminate_call" swapped="no"/>
529                       </object>
530                       <packing>
531                         <property name="left_attach">1</property>
532                         <property name="right_attach">2</property>
533                         <property name="top_attach">1</property>
534                         <property name="bottom_attach">2</property>
535                       </packing>
536                     </child>
537                     <child>
538                       <object class="GtkButton" id="conference_button">
539                         <property name="label" translatable="yes">Conference</property>
540                         <property name="visible">True</property>
541                         <property name="can_focus">True</property>
542                         <property name="receives_default">True</property>
543                         <property name="use_action_appearance">False</property>
544                       </object>
545                       <packing>
546                         <property name="left_attach">2</property>
547                         <property name="right_attach">3</property>
548                         <property name="top_attach">1</property>
549                         <property name="bottom_attach">2</property>
550                       </packing>
551                     </child>
552                   </object>
553                   <packing>
554                     <property name="expand">False</property>
555                     <property name="fill">False</property>
556                     <property name="position">5</property>
557                   </packing>
558                 </child>
559               </object>
560             </child>
561           </object>
562         </child>
563         <child type="label">
564           <object class="GtkHBox" id="heading_box">
565             <property name="visible">True</property>
566             <property name="can_focus">False</property>
567             <property name="homogeneous">True</property>
568             <child>
569               <object class="GtkLabel" id="in_call_status">
570                 <property name="visible">True</property>
571                 <property name="can_focus">False</property>
572                 <property name="label" translatable="yes">In call</property>
573                 <property name="use_markup">True</property>
574                 <property name="justify">center</property>
575               </object>
576               <packing>
577                 <property name="expand">True</property>
578                 <property name="fill">True</property>
579                 <property name="position">0</property>
580               </packing>
581             </child>
582             <child>
583               <object class="GtkLabel" id="in_call_duration">
584                 <property name="visible">True</property>
585                 <property name="can_focus">False</property>
586                 <property name="label" translatable="yes">Duration</property>
587                 <property name="justify">center</property>
588               </object>
589               <packing>
590                 <property name="expand">True</property>
591                 <property name="fill">True</property>
592                 <property name="position">1</property>
593               </packing>
594             </child>
595             <child>
596               <object class="GtkProgressBar" id="quality_indicator">
597                 <property name="width_request">90</property>
598                 <property name="visible">True</property>
599                 <property name="can_focus">False</property>
600                 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
601                 <property name="tooltip_text" translatable="yes">Call quality rating</property>
602               </object>
603               <packing>
604                 <property name="expand">True</property>
605                 <property name="fill">True</property>
606                 <property name="position">2</property>
607               </packing>
608             </child>
609           </object>
610         </child>
611       </object>
612     </child>
613   </object>
614   <object class="GtkImage" id="edit_image">
615     <property name="visible">True</property>
616     <property name="can_focus">False</property>
617     <property name="stock">gtk-edit</property>
618   </object>
619   <object class="GtkImage" id="image1">
620     <property name="visible">True</property>
621     <property name="can_focus">False</property>
622     <property name="stock">gtk-info</property>
623   </object>
624   <object class="GtkImage" id="image10">
625     <property name="visible">True</property>
626     <property name="can_focus">False</property>
627     <property name="stock">gtk-add</property>
628   </object>
629   <object class="GtkImage" id="image11">
630     <property name="visible">True</property>
631     <property name="can_focus">False</property>
632     <property name="stock">gtk-clear</property>
633   </object>
634   <object class="GtkImage" id="image12">
635     <property name="visible">True</property>
636     <property name="can_focus">False</property>
637     <property name="stock">gtk-connect</property>
638   </object>
639   <object class="GtkImage" id="image2">
640     <property name="visible">True</property>
641     <property name="can_focus">False</property>
642     <property name="stock">gtk-refresh</property>
643   </object>
644   <object class="GtkImage" id="image3">
645     <property name="visible">True</property>
646     <property name="can_focus">False</property>
647     <property name="stock">gtk-properties</property>
648   </object>
649   <object class="GtkImage" id="image4">
650     <property name="visible">True</property>
651     <property name="can_focus">False</property>
652     <property name="stock">gtk-home</property>
653   </object>
654   <object class="GtkImage" id="image5">
655     <property name="visible">True</property>
656     <property name="can_focus">False</property>
657     <property name="stock">gtk-execute</property>
658   </object>
659   <object class="GtkImage" id="image6">
660     <property name="visible">True</property>
661     <property name="can_focus">False</property>
662     <property name="stock">gtk-add</property>
663   </object>
664   <object class="GtkImage" id="image7">
665     <property name="visible">True</property>
666     <property name="can_focus">False</property>
667     <property name="stock">gtk-add</property>
668   </object>
669   <object class="GtkImage" id="image8">
670     <property name="visible">True</property>
671     <property name="can_focus">False</property>
672     <property name="stock">gtk-add</property>
673   </object>
674   <object class="GtkImage" id="image9">
675     <property name="visible">True</property>
676     <property name="can_focus">False</property>
677     <property name="stock">gtk-add</property>
678   </object>
679   <object class="GtkWindow" id="main">
680     <property name="can_focus">False</property>
681     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
682     <child>
683       <object class="GtkVBox" id="vbox2">
684         <property name="visible">True</property>
685         <property name="can_focus">False</property>
686         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
687         <child>
688           <object class="GtkMenuBar" id="menubar1">
689             <property name="visible">True</property>
690             <property name="can_focus">False</property>
691             <child>
692               <object class="GtkMenuItem" id="options_menu">
693                 <property name="visible">True</property>
694                 <property name="can_focus">False</property>
695                 <property name="use_action_appearance">False</property>
696                 <property name="label" translatable="yes">_Options</property>
697                 <property name="use_underline">True</property>
698                 <signal name="activate" handler="linphone_gtk_options_activate" swapped="no"/>
699                 <child type="submenu">
700                   <object class="GtkMenu" id="menu2">
701                     <property name="visible">True</property>
702                     <property name="can_focus">False</property>
703                     <child>
704                       <object class="GtkImageMenuItem" id="settings_menu">
705                         <property name="label">gtk-preferences</property>
706                         <property name="visible">True</property>
707                         <property name="can_focus">False</property>
708                         <property name="use_action_appearance">False</property>
709                         <property name="use_underline">True</property>
710                         <property name="use_stock">True</property>
711                         <signal name="activate" handler="linphone_gtk_show_parameters" swapped="no"/>
712                       </object>
713                     </child>
714                     <child>
715                       <object class="GtkImageMenuItem" id="disconnect_item">
716                         <property name="label">gtk-disconnect</property>
717                         <property name="can_focus">False</property>
718                         <property name="use_action_appearance">False</property>
719                         <property name="use_underline">True</property>
720                         <property name="use_stock">True</property>
721                         <signal name="activate" handler="linphone_gtk_logout_clicked" swapped="no"/>
722                       </object>
723                     </child>
724                     <child>
725                       <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
726                         <property name="visible">True</property>
727                         <property name="can_focus">False</property>
728                       </object>
729                     </child>
730                     <child>
731                       <object class="GtkCheckMenuItem" id="enable_video_item">
732                         <property name="visible">True</property>
733                         <property name="can_focus">False</property>
734                         <property name="use_action_appearance">False</property>
735                         <property name="label" translatable="yes">Always start video</property>
736                         <property name="use_underline">True</property>
737                         <signal name="toggled" handler="linphone_gtk_enable_video" swapped="no"/>
738                       </object>
739                     </child>
740                     <child>
741                       <object class="GtkCheckMenuItem" id="selfview_item">
742                         <property name="visible">True</property>
743                         <property name="can_focus">False</property>
744                         <property name="use_action_appearance">False</property>
745                         <property name="label" translatable="yes">Enable self-view</property>
746                         <property name="use_underline">True</property>
747                         <property name="active">True</property>
748                         <signal name="toggled" handler="linphone_gtk_enable_self_view" swapped="no"/>
749                       </object>
750                     </child>
751                     <child>
752                       <object class="GtkSeparatorMenuItem" id="separatormenuitem2">
753                         <property name="visible">True</property>
754                         <property name="can_focus">False</property>
755                       </object>
756                     </child>
757                     <child>
758                       <object class="GtkImageMenuItem" id="quit_item">
759                         <property name="label">gtk-quit</property>
760                         <property name="can_focus">False</property>
761                         <property name="use_action_appearance">False</property>
762                         <property name="use_underline">True</property>
763                         <property name="use_stock">True</property>
764                         <signal name="activate" handler="gtk_main_quit" swapped="no"/>
765                       </object>
766                     </child>
767                   </object>
768                 </child>
769               </object>
770             </child>
771             <child>
772               <object class="GtkMenuItem" id="menuitem4">
773                 <property name="visible">True</property>
774                 <property name="can_focus">False</property>
775                 <property name="use_action_appearance">False</property>
776                 <property name="label" translatable="yes">_Help</property>
777                 <property name="use_underline">True</property>
778                 <child type="submenu">
779                   <object class="GtkMenu" id="menu3">
780                     <property name="visible">True</property>
781                     <property name="can_focus">False</property>
782                     <child>
783                       <object class="GtkImageMenuItem" id="imagemenuitem10">
784                         <property name="label">gtk-about</property>
785                         <property name="visible">True</property>
786                         <property name="can_focus">False</property>
787                         <property name="use_action_appearance">False</property>
788                         <property name="use_underline">True</property>
789                         <property name="use_stock">True</property>
790                         <signal name="activate" handler="linphone_gtk_show_about" swapped="no"/>
791                       </object>
792                     </child>
793                     <child>
794                       <object class="GtkImageMenuItem" id="logs_item">
795                         <property name="label" translatable="yes">Show debug window</property>
796                         <property name="visible">True</property>
797                         <property name="can_focus">False</property>
798                         <property name="use_action_appearance">False</property>
799                         <property name="image">image1</property>
800                         <property name="use_stock">False</property>
801                         <signal name="activate" handler="linphone_gtk_log_show" swapped="no"/>
802                       </object>
803                     </child>
804                     <child>
805                       <object class="GtkImageMenuItem" id="home_item">
806                         <property name="label" translatable="yes">_Homepage</property>
807                         <property name="visible">True</property>
808                         <property name="can_focus">False</property>
809                         <property name="use_action_appearance">False</property>
810                         <property name="use_underline">True</property>
811                         <property name="image">image4</property>
812                         <property name="use_stock">False</property>
813                         <signal name="activate" handler="linphone_gtk_link_to_website" swapped="no"/>
814                       </object>
815                     </child>
816                     <child>
817                       <object class="GtkImageMenuItem" id="versioncheck_item">
818                         <property name="label" translatable="yes">Check _Updates</property>
819                         <property name="can_focus">False</property>
820                         <property name="use_action_appearance">False</property>
821                         <property name="use_underline">True</property>
822                         <property name="image">image5</property>
823                         <property name="use_stock">False</property>
824                         <signal name="activate" handler="linphone_gtk_check_for_new_version" swapped="no"/>
825                       </object>
826                     </child>
827                     <child>
828                       <object class="GtkImageMenuItem" id="assistant_item">
829                         <property name="label" translatable="yes">Account assistant</property>
830                         <property name="can_focus">False</property>
831                         <property name="use_action_appearance">False</property>
832                         <property name="image">image12</property>
833                         <property name="use_stock">False</property>
834                         <signal name="activate" handler="linphone_gtk_display_wizard" swapped="no"/>
835                       </object>
836                     </child>
837                   </object>
838                 </child>
839               </object>
840             </child>
841           </object>
842           <packing>
843             <property name="expand">False</property>
844             <property name="fill">True</property>
845             <property name="position">0</property>
846           </packing>
847         </child>
848         <child>
849           <object class="GtkHBox" id="hbox1">
850             <property name="visible">True</property>
851             <property name="can_focus">False</property>
852             <child>
853               <object class="GtkVBox" id="main_frame">
854                 <property name="visible">True</property>
855                 <property name="can_focus">False</property>
856                 <property name="spacing">8</property>
857                 <child>
858                   <object class="GtkHBox" id="address_bar">
859                     <property name="visible">True</property>
860                     <property name="can_focus">False</property>
861                     <child>
862                       <object class="GtkFrame" id="frame4">
863                         <property name="visible">True</property>
864                         <property name="can_focus">False</property>
865                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
866                         <property name="label_xalign">0</property>
867                         <property name="shadow_type">none</property>
868                         <child>
869                           <object class="GtkAlignment" id="alignment4">
870                             <property name="visible">True</property>
871                             <property name="can_focus">False</property>
872                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
873                             <property name="left_padding">5</property>
874                             <property name="right_padding">5</property>
875                             <child>
876                               <object class="GtkHBox" id="hbox3">
877                                 <property name="visible">True</property>
878                                 <property name="can_focus">False</property>
879                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
880                                 <child>
881                                   <object class="GtkEntry" id="uribar">
882                                     <property name="visible">True</property>
883                                     <property name="can_focus">True</property>
884                                     <property name="invisible_char">●</property>
885                                     <property name="invisible_char_set">True</property>
886                                     <property name="primary_icon_activatable">False</property>
887                                     <property name="secondary_icon_activatable">False</property>
888                                     <property name="primary_icon_sensitive">True</property>
889                                     <property name="secondary_icon_sensitive">True</property>
890                                     <signal name="activate" handler="linphone_gtk_uri_bar_activate" swapped="no"/>
891                                   </object>
892                                   <packing>
893                                     <property name="expand">True</property>
894                                     <property name="fill">True</property>
895                                     <property name="position">0</property>
896                                   </packing>
897                                 </child>
898                               </object>
899                             </child>
900                           </object>
901                         </child>
902                         <child type="label">
903                           <object class="GtkLabel" id="label9">
904                             <property name="visible">True</property>
905                             <property name="can_focus">False</property>
906                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
907                             <property name="label" translatable="yes">SIP address or phone number:</property>
908                             <property name="use_markup">True</property>
909                           </object>
910                         </child>
911                       </object>
912                       <packing>
913                         <property name="expand">True</property>
914                         <property name="fill">True</property>
915                         <property name="position">0</property>
916                       </packing>
917                     </child>
918                     <child>
919                       <object class="GtkButton" id="add_call">
920                         <property name="can_focus">True</property>
921                         <property name="receives_default">True</property>
922                         <property name="tooltip_text" translatable="yes">Initiate a new call</property>
923                         <property name="use_action_appearance">False</property>
924                         <signal name="clicked" handler="linphone_gtk_start_call" swapped="no"/>
925                       </object>
926                       <packing>
927                         <property name="expand">False</property>
928                         <property name="fill">False</property>
929                         <property name="position">1</property>
930                       </packing>
931                     </child>
932                     <child>
933                       <object class="GtkButton" id="start_call">
934                         <property name="visible">True</property>
935                         <property name="can_focus">True</property>
936                         <property name="receives_default">True</property>
937                         <property name="use_action_appearance">False</property>
938                         <signal name="clicked" handler="linphone_gtk_start_call" swapped="no"/>
939                       </object>
940                       <packing>
941                         <property name="expand">False</property>
942                         <property name="fill">True</property>
943                         <property name="position">2</property>
944                       </packing>
945                     </child>
946                     <child>
947                       <placeholder/>
948                     </child>
949                   </object>
950                   <packing>
951                     <property name="expand">False</property>
952                     <property name="fill">True</property>
953                     <property name="padding">8</property>
954                     <property name="position">0</property>
955                   </packing>
956                 </child>
957                 <child>
958                   <object class="GtkHBox" id="hbox">
959                     <property name="visible">True</property>
960                     <property name="can_focus">False</property>
961                     <child>
962                       <object class="GtkVBox" id="vbox12">
963                         <property name="visible">True</property>
964                         <property name="can_focus">False</property>
965                         <child>
966                           <object class="GtkEntry" id="search_bar">
967                             <property name="visible">True</property>
968                             <property name="can_focus">True</property>
969                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
970                             <property name="invisible_char">●</property>
971                             <property name="shadow_type">none</property>
972                             <property name="invisible_char_set">True</property>
973                             <property name="primary_icon_activatable">False</property>
974                             <property name="secondary_icon_activatable">False</property>
975                             <property name="primary_icon_sensitive">True</property>
976                             <property name="secondary_icon_sensitive">True</property>
977                             <signal name="changed" handler="linphone_gtk_show_friends" swapped="no"/>
978                           </object>
979                           <packing>
980                             <property name="expand">False</property>
981                             <property name="fill">True</property>
982                             <property name="padding">4</property>
983                             <property name="position">0</property>
984                           </packing>
985                         </child>
986                         <child>
987                           <placeholder/>
988                         </child>
989                         <child>
990                           <object class="GtkScrolledWindow" id="scrolledwindow1">
991                             <property name="visible">True</property>
992                             <property name="can_focus">True</property>
993                             <property name="hscrollbar_policy">automatic</property>
994                             <property name="vscrollbar_policy">automatic</property>
995                             <child>
996                               <object class="GtkTreeView" id="contact_list">
997                                 <property name="visible">True</property>
998                                 <property name="can_focus">True</property>
999                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1000                                 <property name="reorderable">True</property>
1001                                 <property name="enable_search">False</property>
1002                                 <property name="search_column">0</property>
1003                                 <signal name="button-press-event" handler="linphone_gtk_contact_list_button_pressed" swapped="no"/>
1004                                 <signal name="cursor-changed" handler="linphone_gtk_contact_clicked" swapped="no"/>
1005                                 <signal name="row-activated" handler="linphone_gtk_contact_activated" swapped="no"/>
1006                                 <signal name="popup-menu" handler="linphone_gtk_popup_contact_menu" swapped="no"/>
1007                               </object>
1008                             </child>
1009                           </object>
1010                           <packing>
1011                             <property name="expand">True</property>
1012                             <property name="fill">True</property>
1013                             <property name="position">2</property>
1014                           </packing>
1015                         </child>
1016                         <child>
1017                           <object class="GtkHBox" id="hbox9">
1018                             <property name="visible">True</property>
1019                             <property name="can_focus">False</property>
1020                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1021                             <property name="has_tooltip">True</property>
1022                             <child>
1023                               <object class="GtkButton" id="add_button">
1024                                 <property name="visible">True</property>
1025                                 <property name="can_focus">True</property>
1026                                 <property name="receives_default">True</property>
1027                                 <property name="tooltip_text" translatable="yes">Add</property>
1028                                 <property name="resize_mode">immediate</property>
1029                                 <property name="use_action_appearance">False</property>
1030                                 <property name="image">add_image</property>
1031                                 <property name="xalign">1</property>
1032                                 <signal name="clicked" handler="linphone_gtk_add_button_clicked" swapped="no"/>
1033                               </object>
1034                               <packing>
1035                                 <property name="expand">False</property>
1036                                 <property name="fill">False</property>
1037                                 <property name="position">0</property>
1038                               </packing>
1039                             </child>
1040                             <child>
1041                               <object class="GtkButton" id="edit_button">
1042                                 <property name="visible">True</property>
1043                                 <property name="can_focus">True</property>
1044                                 <property name="receives_default">True</property>
1045                                 <property name="tooltip_text" translatable="yes">Edit</property>
1046                                 <property name="use_action_appearance">False</property>
1047                                 <property name="image">edit_image</property>
1048                                 <signal name="clicked" handler="linphone_gtk_edit_button_clicked" swapped="no"/>
1049                               </object>
1050                               <packing>
1051                                 <property name="expand">False</property>
1052                                 <property name="fill">False</property>
1053                                 <property name="position">1</property>
1054                               </packing>
1055                             </child>
1056                             <child>
1057                               <object class="GtkButton" id="remove_button">
1058                                 <property name="visible">True</property>
1059                                 <property name="can_focus">True</property>
1060                                 <property name="receives_default">True</property>
1061                                 <property name="use_action_appearance">False</property>
1062                                 <property name="image">remove_image</property>
1063                                 <signal name="clicked" handler="linphone_gtk_remove_button_clicked" swapped="no"/>
1064                               </object>
1065                               <packing>
1066                                 <property name="expand">False</property>
1067                                 <property name="fill">False</property>
1068                                 <property name="position">2</property>
1069                               </packing>
1070                             </child>
1071                           </object>
1072                           <packing>
1073                             <property name="expand">False</property>
1074                             <property name="fill">False</property>
1075                             <property name="position">3</property>
1076                           </packing>
1077                         </child>
1078                       </object>
1079                       <packing>
1080                         <property name="expand">False</property>
1081                         <property name="fill">False</property>
1082                         <property name="padding">12</property>
1083                         <property name="position">0</property>
1084                       </packing>
1085                     </child>
1086                     <child>
1087                       <object class="GtkNotebook" id="viewswitch">
1088                         <property name="visible">True</property>
1089                         <property name="can_focus">True</property>
1090                         <child>
1091                           <object class="GtkHBox" id="hbox5">
1092                             <property name="visible">True</property>
1093                             <property name="can_focus">False</property>
1094                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1095                             <child>
1096                               <object class="GtkVBox" id="vbox7">
1097                                 <property name="visible">True</property>
1098                                 <property name="can_focus">False</property>
1099                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1100                                 <child>
1101                                   <object class="GtkFrame" id="frame3">
1102                                     <property name="visible">True</property>
1103                                     <property name="can_focus">False</property>
1104                                     <property name="label_xalign">0.5</property>
1105                                     <property name="shadow_type">none</property>
1106                                     <child>
1107                                       <object class="GtkAlignment" id="alignment5">
1108                                         <property name="visible">True</property>
1109                                         <property name="can_focus">False</property>
1110                                         <property name="xscale">0</property>
1111                                         <property name="yscale">0</property>
1112                                         <child>
1113                                           <object class="GtkAspectFrame" id="aspectframe1">
1114                                             <property name="visible">True</property>
1115                                             <property name="can_focus">False</property>
1116                                             <property name="label_xalign">0</property>
1117                                             <child>
1118                                               <object class="GtkTable" id="dtmf_table">
1119                                                 <property name="visible">True</property>
1120                                                 <property name="can_focus">False</property>
1121                                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1122                                                 <property name="border_width">4</property>
1123                                                 <property name="n_rows">4</property>
1124                                                 <property name="n_columns">4</property>
1125                                                 <property name="homogeneous">True</property>
1126                                                 <child>
1127                                                   <object class="GtkButton" id="dtmf_D">
1128                                                     <property name="label" translatable="yes">D</property>
1129                                                     <property name="visible">True</property>
1130                                                     <property name="can_focus">True</property>
1131                                                     <property name="receives_default">True</property>
1132                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1133                                                     <property name="use_action_appearance">False</property>
1134                                                   </object>
1135                                                   <packing>
1136                                                     <property name="left_attach">3</property>
1137                                                     <property name="right_attach">4</property>
1138                                                     <property name="top_attach">3</property>
1139                                                     <property name="bottom_attach">4</property>
1140                                                   </packing>
1141                                                 </child>
1142                                                 <child>
1143                                                   <object class="GtkButton" id="dtmf_hash">
1144                                                     <property name="label" translatable="yes">#</property>
1145                                                     <property name="visible">True</property>
1146                                                     <property name="can_focus">True</property>
1147                                                     <property name="receives_default">True</property>
1148                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1149                                                     <property name="use_action_appearance">False</property>
1150                                                   </object>
1151                                                   <packing>
1152                                                     <property name="left_attach">2</property>
1153                                                     <property name="right_attach">3</property>
1154                                                     <property name="top_attach">3</property>
1155                                                     <property name="bottom_attach">4</property>
1156                                                   </packing>
1157                                                 </child>
1158                                                 <child>
1159                                                   <object class="GtkButton" id="dtmf_0">
1160                                                     <property name="label" translatable="yes">0</property>
1161                                                     <property name="visible">True</property>
1162                                                     <property name="can_focus">True</property>
1163                                                     <property name="receives_default">True</property>
1164                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1165                                                     <property name="use_action_appearance">False</property>
1166                                                   </object>
1167                                                   <packing>
1168                                                     <property name="left_attach">1</property>
1169                                                     <property name="right_attach">2</property>
1170                                                     <property name="top_attach">3</property>
1171                                                     <property name="bottom_attach">4</property>
1172                                                   </packing>
1173                                                 </child>
1174                                                 <child>
1175                                                   <object class="GtkButton" id="dtmf_star">
1176                                                     <property name="label" translatable="yes">*</property>
1177                                                     <property name="visible">True</property>
1178                                                     <property name="can_focus">True</property>
1179                                                     <property name="receives_default">True</property>
1180                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1181                                                     <property name="use_action_appearance">False</property>
1182                                                   </object>
1183                                                   <packing>
1184                                                     <property name="top_attach">3</property>
1185                                                     <property name="bottom_attach">4</property>
1186                                                   </packing>
1187                                                 </child>
1188                                                 <child>
1189                                                   <object class="GtkButton" id="dtmf_C">
1190                                                     <property name="label" translatable="yes">C</property>
1191                                                     <property name="visible">True</property>
1192                                                     <property name="can_focus">True</property>
1193                                                     <property name="receives_default">True</property>
1194                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1195                                                     <property name="use_action_appearance">False</property>
1196                                                   </object>
1197                                                   <packing>
1198                                                     <property name="left_attach">3</property>
1199                                                     <property name="right_attach">4</property>
1200                                                     <property name="top_attach">2</property>
1201                                                     <property name="bottom_attach">3</property>
1202                                                   </packing>
1203                                                 </child>
1204                                                 <child>
1205                                                   <object class="GtkButton" id="dtmf_9">
1206                                                     <property name="label" translatable="yes">9</property>
1207                                                     <property name="visible">True</property>
1208                                                     <property name="can_focus">True</property>
1209                                                     <property name="receives_default">True</property>
1210                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1211                                                     <property name="use_action_appearance">False</property>
1212                                                   </object>
1213                                                   <packing>
1214                                                     <property name="left_attach">2</property>
1215                                                     <property name="right_attach">3</property>
1216                                                     <property name="top_attach">2</property>
1217                                                     <property name="bottom_attach">3</property>
1218                                                   </packing>
1219                                                 </child>
1220                                                 <child>
1221                                                   <object class="GtkButton" id="dtmf_8">
1222                                                     <property name="label" translatable="yes">8</property>
1223                                                     <property name="visible">True</property>
1224                                                     <property name="can_focus">True</property>
1225                                                     <property name="receives_default">True</property>
1226                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1227                                                     <property name="use_action_appearance">False</property>
1228                                                   </object>
1229                                                   <packing>
1230                                                     <property name="left_attach">1</property>
1231                                                     <property name="right_attach">2</property>
1232                                                     <property name="top_attach">2</property>
1233                                                     <property name="bottom_attach">3</property>
1234                                                   </packing>
1235                                                 </child>
1236                                                 <child>
1237                                                   <object class="GtkButton" id="dtmf_7">
1238                                                     <property name="label" translatable="yes">7</property>
1239                                                     <property name="visible">True</property>
1240                                                     <property name="can_focus">True</property>
1241                                                     <property name="receives_default">True</property>
1242                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1243                                                     <property name="use_action_appearance">False</property>
1244                                                   </object>
1245                                                   <packing>
1246                                                     <property name="top_attach">2</property>
1247                                                     <property name="bottom_attach">3</property>
1248                                                   </packing>
1249                                                 </child>
1250                                                 <child>
1251                                                   <object class="GtkButton" id="dtmf_B">
1252                                                     <property name="label" translatable="yes">B</property>
1253                                                     <property name="visible">True</property>
1254                                                     <property name="can_focus">True</property>
1255                                                     <property name="receives_default">True</property>
1256                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1257                                                     <property name="use_action_appearance">False</property>
1258                                                   </object>
1259                                                   <packing>
1260                                                     <property name="left_attach">3</property>
1261                                                     <property name="right_attach">4</property>
1262                                                     <property name="top_attach">1</property>
1263                                                     <property name="bottom_attach">2</property>
1264                                                   </packing>
1265                                                 </child>
1266                                                 <child>
1267                                                   <object class="GtkButton" id="dtmf_6">
1268                                                     <property name="label" translatable="yes">6</property>
1269                                                     <property name="visible">True</property>
1270                                                     <property name="can_focus">True</property>
1271                                                     <property name="receives_default">True</property>
1272                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1273                                                     <property name="use_action_appearance">False</property>
1274                                                   </object>
1275                                                   <packing>
1276                                                     <property name="left_attach">2</property>
1277                                                     <property name="right_attach">3</property>
1278                                                     <property name="top_attach">1</property>
1279                                                     <property name="bottom_attach">2</property>
1280                                                   </packing>
1281                                                 </child>
1282                                                 <child>
1283                                                   <object class="GtkButton" id="dtmf_5">
1284                                                     <property name="label" translatable="yes">5</property>
1285                                                     <property name="visible">True</property>
1286                                                     <property name="can_focus">True</property>
1287                                                     <property name="receives_default">True</property>
1288                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1289                                                     <property name="use_action_appearance">False</property>
1290                                                   </object>
1291                                                   <packing>
1292                                                     <property name="left_attach">1</property>
1293                                                     <property name="right_attach">2</property>
1294                                                     <property name="top_attach">1</property>
1295                                                     <property name="bottom_attach">2</property>
1296                                                   </packing>
1297                                                 </child>
1298                                                 <child>
1299                                                   <object class="GtkButton" id="dtmf_4">
1300                                                     <property name="label" translatable="yes">4</property>
1301                                                     <property name="visible">True</property>
1302                                                     <property name="can_focus">True</property>
1303                                                     <property name="receives_default">True</property>
1304                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1305                                                     <property name="use_action_appearance">False</property>
1306                                                   </object>
1307                                                   <packing>
1308                                                     <property name="top_attach">1</property>
1309                                                     <property name="bottom_attach">2</property>
1310                                                   </packing>
1311                                                 </child>
1312                                                 <child>
1313                                                   <object class="GtkButton" id="dtmf_A">
1314                                                     <property name="label" translatable="yes">A</property>
1315                                                     <property name="visible">True</property>
1316                                                     <property name="can_focus">True</property>
1317                                                     <property name="receives_default">True</property>
1318                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1319                                                     <property name="use_action_appearance">False</property>
1320                                                   </object>
1321                                                   <packing>
1322                                                     <property name="left_attach">3</property>
1323                                                     <property name="right_attach">4</property>
1324                                                   </packing>
1325                                                 </child>
1326                                                 <child>
1327                                                   <object class="GtkButton" id="dtmf_3">
1328                                                     <property name="label" translatable="yes">3</property>
1329                                                     <property name="visible">True</property>
1330                                                     <property name="can_focus">True</property>
1331                                                     <property name="receives_default">True</property>
1332                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1333                                                     <property name="use_action_appearance">False</property>
1334                                                   </object>
1335                                                   <packing>
1336                                                     <property name="left_attach">2</property>
1337                                                     <property name="right_attach">3</property>
1338                                                   </packing>
1339                                                 </child>
1340                                                 <child>
1341                                                   <object class="GtkButton" id="dtmf_2">
1342                                                     <property name="label" translatable="yes">2</property>
1343                                                     <property name="visible">True</property>
1344                                                     <property name="can_focus">True</property>
1345                                                     <property name="receives_default">True</property>
1346                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1347                                                     <property name="use_action_appearance">False</property>
1348                                                   </object>
1349                                                   <packing>
1350                                                     <property name="left_attach">1</property>
1351                                                     <property name="right_attach">2</property>
1352                                                   </packing>
1353                                                 </child>
1354                                                 <child>
1355                                                   <object class="GtkButton" id="dtmf_1">
1356                                                     <property name="label" translatable="yes">1</property>
1357                                                     <property name="width_request">40</property>
1358                                                     <property name="height_request">40</property>
1359                                                     <property name="visible">True</property>
1360                                                     <property name="can_focus">True</property>
1361                                                     <property name="receives_default">True</property>
1362                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1363                                                     <property name="use_action_appearance">False</property>
1364                                                   </object>
1365                                                 </child>
1366                                               </object>
1367                                             </child>
1368                                           </object>
1369                                         </child>
1370                                       </object>
1371                                     </child>
1372                                     <child type="label_item">
1373                                       <placeholder/>
1374                                     </child>
1375                                   </object>
1376                                   <packing>
1377                                     <property name="expand">True</property>
1378                                     <property name="fill">True</property>
1379                                     <property name="position">0</property>
1380                                   </packing>
1381                                 </child>
1382                                 <child>
1383                                   <object class="GtkFrame" id="directory_search_box">
1384                                     <property name="can_focus">False</property>
1385                                     <property name="label_xalign">0</property>
1386                                     <property name="shadow_type">none</property>
1387                                     <child>
1388                                       <object class="GtkHBox" id="directory_search_vbox">
1389                                         <property name="can_focus">False</property>
1390                                         <child>
1391                                           <object class="GtkEntry" id="directory_search_entry">
1392                                             <property name="visible">True</property>
1393                                             <property name="can_focus">True</property>
1394                                             <property name="invisible_char">●</property>
1395                                             <property name="invisible_char_set">True</property>
1396                                             <property name="primary_icon_activatable">False</property>
1397                                             <property name="secondary_icon_activatable">False</property>
1398                                             <property name="primary_icon_sensitive">True</property>
1399                                             <property name="secondary_icon_sensitive">True</property>
1400                                           </object>
1401                                           <packing>
1402                                             <property name="expand">True</property>
1403                                             <property name="fill">True</property>
1404                                             <property name="position">0</property>
1405                                           </packing>
1406                                         </child>
1407                                         <child>
1408                                           <object class="GtkButton" id="directory_search_button">
1409                                             <property name="visible">True</property>
1410                                             <property name="can_focus">True</property>
1411                                             <property name="receives_default">True</property>
1412                                             <property name="use_action_appearance">False</property>
1413                                             <property name="relief">none</property>
1414                                             <signal name="clicked" handler="linphone_gtk_directory_search_button_clicked" swapped="no"/>
1415                                             <child>
1416                                               <object class="GtkHBox" id="hbox12">
1417                                                 <property name="visible">True</property>
1418                                                 <property name="can_focus">False</property>
1419                                                 <child>
1420                                                   <object class="GtkImage" id="directory_search_button_icon">
1421                                                     <property name="visible">True</property>
1422                                                     <property name="can_focus">False</property>
1423                                                     <property name="stock">gtk-find</property>
1424                                                   </object>
1425                                                   <packing>
1426                                                     <property name="expand">True</property>
1427                                                     <property name="fill">True</property>
1428                                                     <property name="position">0</property>
1429                                                   </packing>
1430                                                 </child>
1431                                                 <child>
1432                                                   <object class="GtkLabel" id="directory_search_button_label">
1433                                                     <property name="visible">True</property>
1434                                                     <property name="can_focus">False</property>
1435                                                     <property name="label" translatable="yes">Search</property>
1436                                                   </object>
1437                                                   <packing>
1438                                                     <property name="expand">True</property>
1439                                                     <property name="fill">True</property>
1440                                                     <property name="position">1</property>
1441                                                   </packing>
1442                                                 </child>
1443                                               </object>
1444                                             </child>
1445                                           </object>
1446                                           <packing>
1447                                             <property name="expand">False</property>
1448                                             <property name="fill">True</property>
1449                                             <property name="position">1</property>
1450                                           </packing>
1451                                         </child>
1452                                       </object>
1453                                     </child>
1454                                     <child type="label">
1455                                       <object class="GtkLabel" id="label14">
1456                                         <property name="visible">True</property>
1457                                         <property name="can_focus">False</property>
1458                                         <property name="label" translatable="yes">&lt;b&gt;Add contacts from directory&lt;/b&gt;</property>
1459                                         <property name="use_markup">True</property>
1460                                       </object>
1461                                     </child>
1462                                   </object>
1463                                   <packing>
1464                                     <property name="expand">False</property>
1465                                     <property name="fill">False</property>
1466                                     <property name="padding">5</property>
1467                                     <property name="position">2</property>
1468                                   </packing>
1469                                 </child>
1470                                 <child>
1471                                   <object class="GtkHButtonBox" id="hbuttonbox1">
1472                                     <property name="visible">True</property>
1473                                     <property name="can_focus">False</property>
1474                                     <child>
1475                                       <object class="GtkButton" id="add_contact_button">
1476                                         <property name="label" translatable="yes">Add contact</property>
1477                                         <property name="can_focus">True</property>
1478                                         <property name="receives_default">True</property>
1479                                         <property name="use_action_appearance">False</property>
1480                                         <property name="image">image10</property>
1481                                         <signal name="clicked" handler="linphone_gtk_add_contact" swapped="no"/>
1482                                       </object>
1483                                       <packing>
1484                                         <property name="expand">False</property>
1485                                         <property name="fill">False</property>
1486                                         <property name="position">0</property>
1487                                       </packing>
1488                                     </child>
1489                                   </object>
1490                                   <packing>
1491                                     <property name="expand">False</property>
1492                                     <property name="fill">False</property>
1493                                     <property name="position">3</property>
1494                                   </packing>
1495                                 </child>
1496                               </object>
1497                               <packing>
1498                                 <property name="expand">True</property>
1499                                 <property name="fill">True</property>
1500                                 <property name="position">0</property>
1501                               </packing>
1502                             </child>
1503                           </object>
1504                         </child>
1505                         <child type="tab">
1506                           <object class="GtkHBox" id="hbox2">
1507                             <property name="visible">True</property>
1508                             <property name="can_focus">False</property>
1509                             <child>
1510                               <object class="GtkImage" id="keypad_tab_icon">
1511                                 <property name="visible">True</property>
1512                                 <property name="can_focus">False</property>
1513                                 <property name="stock">gtk-missing-image</property>
1514                                 <property name="icon-size">1</property>
1515                               </object>
1516                               <packing>
1517                                 <property name="expand">True</property>
1518                                 <property name="fill">True</property>
1519                                 <property name="position">0</property>
1520                               </packing>
1521                             </child>
1522                             <child>
1523                               <object class="GtkLabel" id="Keypad">
1524                                 <property name="visible">True</property>
1525                                 <property name="can_focus">False</property>
1526                                 <property name="label" translatable="yes">Keypad</property>
1527                               </object>
1528                               <packing>
1529                                 <property name="expand">True</property>
1530                                 <property name="fill">True</property>
1531                                 <property name="position">1</property>
1532                               </packing>
1533                             </child>
1534                           </object>
1535                           <packing>
1536                             <property name="tab_fill">False</property>
1537                           </packing>
1538                         </child>
1539                         <child>
1540                           <object class="GtkVBox" id="keypad_frame">
1541                             <property name="visible">True</property>
1542                             <property name="can_focus">False</property>
1543                             <child>
1544                               <object class="GtkVBox" id="call_logs_box">
1545                                 <property name="visible">True</property>
1546                                 <property name="can_focus">False</property>
1547                                 <property name="spacing">2</property>
1548                                 <child>
1549                                   <object class="GtkHButtonBox" id="dialog-action_area1">
1550                                     <property name="visible">True</property>
1551                                     <property name="can_focus">False</property>
1552                                     <property name="layout_style">end</property>
1553                                     <child>
1554                                       <object class="GtkButton" id="erase_call_logs_button">
1555                                         <property name="label">gtk-clear</property>
1556                                         <property name="visible">True</property>
1557                                         <property name="can_focus">True</property>
1558                                         <property name="receives_default">True</property>
1559                                         <property name="use_action_appearance">False</property>
1560                                         <property name="use_stock">True</property>
1561                                         <signal name="clicked" handler="linphone_gtk_clear_call_logs" swapped="no"/>
1562                                       </object>
1563                                       <packing>
1564                                         <property name="expand">False</property>
1565                                         <property name="fill">False</property>
1566                                         <property name="position">0</property>
1567                                       </packing>
1568                                     </child>
1569                                     <child>
1570                                       <placeholder/>
1571                                     </child>
1572                                     <child>
1573                                       <placeholder/>
1574                                     </child>
1575                                   </object>
1576                                   <packing>
1577                                     <property name="expand">False</property>
1578                                     <property name="fill">True</property>
1579                                     <property name="pack_type">end</property>
1580                                     <property name="position">0</property>
1581                                   </packing>
1582                                 </child>
1583                                 <child>
1584                                   <object class="GtkScrolledWindow" id="scrolledwindow2">
1585                                     <property name="visible">True</property>
1586                                     <property name="can_focus">True</property>
1587                                     <property name="hscrollbar_policy">never</property>
1588                                     <child>
1589                                       <object class="GtkTreeView" id="logs_view">
1590                                         <property name="width_request">350</property>
1591                                         <property name="visible">True</property>
1592                                         <property name="can_focus">True</property>
1593                                         <property name="headers_visible">False</property>
1594                                         <signal name="cursor-changed" handler="linphone_gtk_history_row_selected" swapped="no"/>
1595                                         <signal name="row-activated" handler="linphone_gtk_history_row_activated" swapped="no"/>
1596                                       </object>
1597                                     </child>
1598                                   </object>
1599                                   <packing>
1600                                     <property name="expand">True</property>
1601                                     <property name="fill">True</property>
1602                                     <property name="position">1</property>
1603                                   </packing>
1604                                 </child>
1605                               </object>
1606                               <packing>
1607                                 <property name="expand">True</property>
1608                                 <property name="fill">True</property>
1609                                 <property name="position">0</property>
1610                               </packing>
1611                             </child>
1612                           </object>
1613                           <packing>
1614                             <property name="position">1</property>
1615                           </packing>
1616                         </child>
1617                         <child type="tab">
1618                           <object class="GtkHBox" id="hbox6">
1619                             <property name="visible">True</property>
1620                             <property name="can_focus">False</property>
1621                             <child>
1622                               <object class="GtkImage" id="history_tab_icon">
1623                                 <property name="visible">True</property>
1624                                 <property name="can_focus">False</property>
1625                                 <property name="stock">gtk-refresh</property>
1626                                 <property name="icon-size">1</property>
1627                               </object>
1628                               <packing>
1629                                 <property name="expand">True</property>
1630                                 <property name="fill">True</property>
1631                                 <property name="position">0</property>
1632                               </packing>
1633                             </child>
1634                             <child>
1635                               <object class="GtkLabel" id="label3">
1636                                 <property name="visible">True</property>
1637                                 <property name="can_focus">False</property>
1638                                 <property name="yalign">0.49000000953674316</property>
1639                                 <property name="label" translatable="yes">Recent calls</property>
1640                               </object>
1641                               <packing>
1642                                 <property name="expand">True</property>
1643                                 <property name="fill">True</property>
1644                                 <property name="position">1</property>
1645                               </packing>
1646                             </child>
1647                           </object>
1648                           <packing>
1649                             <property name="position">1</property>
1650                             <property name="tab_fill">False</property>
1651                           </packing>
1652                         </child>
1653                         <child>
1654                           <placeholder/>
1655                         </child>
1656                         <child type="tab">
1657                           <placeholder/>
1658                         </child>
1659                       </object>
1660                       <packing>
1661                         <property name="expand">True</property>
1662                         <property name="fill">True</property>
1663                         <property name="padding">4</property>
1664                         <property name="position">1</property>
1665                       </packing>
1666                     </child>
1667                   </object>
1668                   <packing>
1669                     <property name="expand">True</property>
1670                     <property name="fill">True</property>
1671                     <property name="position">1</property>
1672                   </packing>
1673                 </child>
1674                 <child>
1675                   <object class="GtkFrame" id="identity_frame">
1676                     <property name="visible">True</property>
1677                     <property name="can_focus">False</property>
1678                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1679                     <property name="label_xalign">0</property>
1680                     <property name="shadow_type">none</property>
1681                     <child>
1682                       <object class="GtkComboBox" id="identities">
1683                         <property name="visible">True</property>
1684                         <property name="can_focus">False</property>
1685                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1686                         <property name="model">model3</property>
1687                         <property name="active">0</property>
1688                         <signal name="changed" handler="linphone_gtk_used_identity_changed" swapped="no"/>
1689                         <child>
1690                           <object class="GtkCellRendererText" id="renderer3"/>
1691                           <attributes>
1692                             <attribute name="text">0</attribute>
1693                           </attributes>
1694                         </child>
1695                       </object>
1696                     </child>
1697                     <child type="label">
1698                       <object class="GtkHBox" id="hbox7">
1699                         <property name="visible">True</property>
1700                         <property name="can_focus">False</property>
1701                         <property name="spacing">5</property>
1702                         <child>
1703                           <object class="GtkLabel" id="label17">
1704                             <property name="visible">True</property>
1705                             <property name="can_focus">False</property>
1706                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1707                             <property name="label" translatable="yes">My current identity:</property>
1708                             <property name="use_markup">True</property>
1709                           </object>
1710                           <packing>
1711                             <property name="expand">True</property>
1712                             <property name="fill">True</property>
1713                             <property name="position">0</property>
1714                           </packing>
1715                         </child>
1716                         <child>
1717                           <object class="GtkButton" id="proxy_refresh_button">
1718                             <property name="can_focus">True</property>
1719                             <property name="receives_default">True</property>
1720                             <property name="use_action_appearance">False</property>
1721                             <property name="relief">none</property>
1722                             <signal name="clicked" handler="on_proxy_refresh_button_clicked" swapped="no"/>
1723                             <child>
1724                               <object class="GtkImage" id="image20">
1725                                 <property name="visible">True</property>
1726                                 <property name="can_focus">False</property>
1727                                 <property name="stock">gtk-refresh</property>
1728                               </object>
1729                             </child>
1730                           </object>
1731                           <packing>
1732                             <property name="expand">True</property>
1733                             <property name="fill">True</property>
1734                             <property name="position">1</property>
1735                           </packing>
1736                         </child>
1737                       </object>
1738                     </child>
1739                   </object>
1740                   <packing>
1741                     <property name="expand">False</property>
1742                     <property name="fill">False</property>
1743                     <property name="position">2</property>
1744                   </packing>
1745                 </child>
1746               </object>
1747               <packing>
1748                 <property name="expand">True</property>
1749                 <property name="fill">True</property>
1750                 <property name="position">0</property>
1751               </packing>
1752             </child>
1753             <child>
1754               <object class="GtkFrame" id="login_frame">
1755                 <property name="can_focus">False</property>
1756                 <property name="label_xalign">0</property>
1757                 <property name="shadow_type">etched-out</property>
1758                 <child>
1759                   <object class="GtkAlignment" id="alignment2">
1760                     <property name="visible">True</property>
1761                     <property name="can_focus">False</property>
1762                     <property name="left_padding">12</property>
1763                     <child>
1764                       <object class="GtkVBox" id="vbox1">
1765                         <property name="visible">True</property>
1766                         <property name="can_focus">False</property>
1767                         <child>
1768                           <object class="GtkImage" id="login_image">
1769                             <property name="visible">True</property>
1770                             <property name="can_focus">False</property>
1771                             <property name="stock">gtk-missing-image</property>
1772                           </object>
1773                           <packing>
1774                             <property name="expand">True</property>
1775                             <property name="fill">True</property>
1776                             <property name="position">0</property>
1777                           </packing>
1778                         </child>
1779                         <child>
1780                           <object class="GtkFrame" id="frame5">
1781                             <property name="visible">True</property>
1782                             <property name="can_focus">False</property>
1783                             <property name="label_xalign">0</property>
1784                             <property name="shadow_type">none</property>
1785                             <child>
1786                               <object class="GtkAlignment" id="alignment3">
1787                                 <property name="visible">True</property>
1788                                 <property name="can_focus">False</property>
1789                                 <property name="left_padding">12</property>
1790                                 <property name="right_padding">12</property>
1791                                 <child>
1792                                   <object class="GtkTable" id="table1">
1793                                     <property name="visible">True</property>
1794                                     <property name="can_focus">False</property>
1795                                     <property name="n_rows">4</property>
1796                                     <property name="n_columns">2</property>
1797                                     <child>
1798                                       <object class="GtkLabel" id="label8">
1799                                         <property name="visible">True</property>
1800                                         <property name="can_focus">False</property>
1801                                         <property name="label" translatable="yes">Username</property>
1802                                       </object>
1803                                     </child>
1804                                     <child>
1805                                       <object class="GtkLabel" id="label10">
1806                                         <property name="visible">True</property>
1807                                         <property name="can_focus">False</property>
1808                                         <property name="label" translatable="yes">Password</property>
1809                                       </object>
1810                                       <packing>
1811                                         <property name="top_attach">1</property>
1812                                         <property name="bottom_attach">2</property>
1813                                       </packing>
1814                                     </child>
1815                                     <child>
1816                                       <object class="GtkLabel" id="label13">
1817                                         <property name="visible">True</property>
1818                                         <property name="can_focus">False</property>
1819                                         <property name="label" translatable="yes">Internet connection:</property>
1820                                       </object>
1821                                       <packing>
1822                                         <property name="top_attach">2</property>
1823                                         <property name="bottom_attach">3</property>
1824                                       </packing>
1825                                     </child>
1826                                     <child>
1827                                       <object class="GtkEntry" id="login_username">
1828                                         <property name="visible">True</property>
1829                                         <property name="can_focus">True</property>
1830                                         <property name="invisible_char">●</property>
1831                                         <property name="primary_icon_activatable">False</property>
1832                                         <property name="secondary_icon_activatable">False</property>
1833                                         <property name="primary_icon_sensitive">True</property>
1834                                         <property name="secondary_icon_sensitive">True</property>
1835                                       </object>
1836                                       <packing>
1837                                         <property name="left_attach">1</property>
1838                                         <property name="right_attach">2</property>
1839                                       </packing>
1840                                     </child>
1841                                     <child>
1842                                       <object class="GtkEntry" id="login_password">
1843                                         <property name="visible">True</property>
1844                                         <property name="can_focus">True</property>
1845                                         <property name="visibility">False</property>
1846                                         <property name="invisible_char">●</property>
1847                                         <property name="primary_icon_activatable">False</property>
1848                                         <property name="secondary_icon_activatable">False</property>
1849                                         <property name="primary_icon_sensitive">True</property>
1850                                         <property name="secondary_icon_sensitive">True</property>
1851                                       </object>
1852                                       <packing>
1853                                         <property name="left_attach">1</property>
1854                                         <property name="right_attach">2</property>
1855                                         <property name="top_attach">1</property>
1856                                         <property name="bottom_attach">2</property>
1857                                       </packing>
1858                                     </child>
1859                                     <child>
1860                                       <object class="GtkComboBox" id="login_internet_kind">
1861                                         <property name="visible">True</property>
1862                                         <property name="can_focus">False</property>
1863                                         <property name="model">model4</property>
1864                                         <property name="active">0</property>
1865                                         <signal name="changed" handler="linphone_gtk_internet_kind_changed" swapped="no"/>
1866                                         <child>
1867                                           <object class="GtkCellRendererText" id="renderer4"/>
1868                                           <attributes>
1869                                             <attribute name="text">0</attribute>
1870                                           </attributes>
1871                                         </child>
1872                                       </object>
1873                                       <packing>
1874                                         <property name="left_attach">1</property>
1875                                         <property name="right_attach">2</property>
1876                                         <property name="top_attach">2</property>
1877                                         <property name="bottom_attach">3</property>
1878                                       </packing>
1879                                     </child>
1880                                     <child>
1881                                       <object class="GtkCheckButton" id="automatic_login">
1882                                         <property name="label" translatable="yes">Automatically log me in</property>
1883                                         <property name="visible">True</property>
1884                                         <property name="can_focus">True</property>
1885                                         <property name="receives_default">False</property>
1886                                         <property name="use_action_appearance">False</property>
1887                                         <property name="draw_indicator">True</property>
1888                                       </object>
1889                                       <packing>
1890                                         <property name="left_attach">1</property>
1891                                         <property name="right_attach">2</property>
1892                                         <property name="top_attach">3</property>
1893                                         <property name="bottom_attach">4</property>
1894                                       </packing>
1895                                     </child>
1896                                     <child>
1897                                       <placeholder/>
1898                                     </child>
1899                                   </object>
1900                                 </child>
1901                               </object>
1902                             </child>
1903                             <child type="label">
1904                               <object class="GtkLabel" id="login_label">
1905                                 <property name="visible">True</property>
1906                                 <property name="can_focus">False</property>
1907                                 <property name="label" translatable="yes">Login information</property>
1908                                 <property name="use_markup">True</property>
1909                               </object>
1910                             </child>
1911                           </object>
1912                           <packing>
1913                             <property name="expand">True</property>
1914                             <property name="fill">True</property>
1915                             <property name="padding">10</property>
1916                             <property name="position">1</property>
1917                           </packing>
1918                         </child>
1919                         <child>
1920                           <object class="GtkHButtonBox" id="hbuttonbox3">
1921                             <property name="visible">True</property>
1922                             <property name="can_focus">False</property>
1923                             <child>
1924                               <object class="GtkButton" id="login_connect">
1925                                 <property name="label">gtk-connect</property>
1926                                 <property name="visible">True</property>
1927                                 <property name="can_focus">True</property>
1928                                 <property name="receives_default">True</property>
1929                                 <property name="use_action_appearance">False</property>
1930                                 <property name="use_stock">True</property>
1931                                 <signal name="clicked" handler="linphone_gtk_login_frame_connect_clicked" swapped="no"/>
1932                               </object>
1933                               <packing>
1934                                 <property name="expand">False</property>
1935                                 <property name="fill">False</property>
1936                                 <property name="position">0</property>
1937                               </packing>
1938                             </child>
1939                           </object>
1940                           <packing>
1941                             <property name="expand">True</property>
1942                             <property name="fill">True</property>
1943                             <property name="position">2</property>
1944                           </packing>
1945                         </child>
1946                       </object>
1947                     </child>
1948                   </object>
1949                 </child>
1950                 <child type="label">
1951                   <object class="GtkLabel" id="label6">
1952                     <property name="visible">True</property>
1953                     <property name="can_focus">False</property>
1954                     <property name="label" translatable="yes">&lt;b&gt;Welcome !&lt;/b&gt;</property>
1955                     <property name="use_markup">True</property>
1956                   </object>
1957                 </child>
1958               </object>
1959               <packing>
1960                 <property name="expand">True</property>
1961                 <property name="fill">True</property>
1962                 <property name="position">1</property>
1963               </packing>
1964             </child>
1965           </object>
1966           <packing>
1967             <property name="expand">True</property>
1968             <property name="fill">True</property>
1969             <property name="position">1</property>
1970           </packing>
1971         </child>
1972         <child>
1973           <object class="GtkHBox" id="hbox4">
1974             <property name="visible">True</property>
1975             <property name="can_focus">False</property>
1976             <child>
1977               <object class="GtkStatusbar" id="status_bar">
1978                 <property name="visible">True</property>
1979                 <property name="can_focus">False</property>
1980                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1981                 <property name="spacing">2</property>
1982               </object>
1983               <packing>
1984                 <property name="expand">True</property>
1985                 <property name="fill">True</property>
1986                 <property name="position">0</property>
1987               </packing>
1988             </child>
1989             <child>
1990               <object class="GtkButton" id="presence_button">
1991                 <property name="visible">True</property>
1992                 <property name="can_focus">True</property>
1993                 <property name="receives_default">True</property>
1994                 <property name="use_action_appearance">False</property>
1995                 <property name="relief">none</property>
1996                 <signal name="clicked" handler="linphone_gtk_my_presence_clicked" swapped="no"/>
1997               </object>
1998               <packing>
1999                 <property name="expand">False</property>
2000                 <property name="fill">True</property>
2001                 <property name="padding">5</property>
2002                 <property name="position">1</property>
2003               </packing>
2004             </child>
2005           </object>
2006           <packing>
2007             <property name="expand">False</property>
2008             <property name="fill">False</property>
2009             <property name="position">2</property>
2010           </packing>
2011         </child>
2012       </object>
2013     </child>
2014   </object>
2015   <object class="GtkListStore" id="model1">
2016     <columns>
2017       <!-- column-name gchararray -->
2018       <column type="gchararray"/>
2019     </columns>
2020     <data>
2021       <row>
2022         <col id="0" translatable="yes">All users</col>
2023       </row>
2024       <row>
2025         <col id="0" translatable="yes">Online users</col>
2026       </row>
2027     </data>
2028   </object>
2029   <object class="GtkListStore" id="model2">
2030     <columns>
2031       <!-- column-name gchararray -->
2032       <column type="gchararray"/>
2033     </columns>
2034     <data>
2035       <row>
2036         <col id="0" translatable="yes">ADSL</col>
2037       </row>
2038       <row>
2039         <col id="0" translatable="yes">Fiber Channel</col>
2040       </row>
2041     </data>
2042   </object>
2043   <object class="GtkListStore" id="model3">
2044     <columns>
2045       <!-- column-name gchararray -->
2046       <column type="gchararray"/>
2047     </columns>
2048     <data>
2049       <row>
2050         <col id="0" translatable="yes">Default</col>
2051       </row>
2052     </data>
2053   </object>
2054   <object class="GtkListStore" id="model4">
2055     <columns>
2056       <!-- column-name gchararray -->
2057       <column type="gchararray"/>
2058     </columns>
2059     <data>
2060       <row>
2061         <col id="0" translatable="yes">ADSL</col>
2062       </row>
2063       <row>
2064         <col id="0" translatable="yes">Fiber Channel</col>
2065       </row>
2066     </data>
2067   </object>
2068   <object class="GtkImage" id="remove_image">
2069     <property name="visible">True</property>
2070     <property name="can_focus">False</property>
2071     <property name="tooltip_text" translatable="yes">Delete</property>
2072     <property name="stock">gtk-remove</property>
2073   </object>
2074 </interface>