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