Consolidating timeout location and increasing it for slower connections
[gc-dialer] / src / dialcentral.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.5 on Wed Mar  4 20:08:42 2009 -->
4 <glade-interface>
5   <widget class="GtkWindow" id="mainWindow">
6     <property name="default_width">800</property>
7     <property name="default_height">480</property>
8     <property name="title" translatable="yes">Dialer</property>
9     <child>
10       <widget class="GtkVBox" id="vbox1">
11         <property name="visible">True</property>
12         <child>
13           <widget class="GtkMenuBar" id="dialpad_menubar">
14             <property name="visible">True</property>
15             <child>
16               <widget class="GtkMenuItem" id="file_menu_item">
17                 <property name="visible">True</property>
18                 <property name="label" translatable="yes">_File</property>
19                 <property name="use_underline">True</property>
20                 <child>
21                   <widget class="GtkMenu" id="menu1">
22                     <property name="visible">True</property>
23                     <child>
24                       <widget class="GtkImageMenuItem" id="login_menu_item">
25                         <property name="visible">True</property>
26                         <property name="label" translatable="yes">_New Login</property>
27                         <property name="use_underline">True</property>
28                         <signal name="activate" handler="on_clearcookies_clicked"/>
29                         <child internal-child="image">
30                           <widget class="GtkImage" id="menu-item-image11">
31                             <property name="stock">gtk-new</property>
32                           </widget>
33                         </child>
34                       </widget>
35                     </child>
36                     <child>
37                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
38                         <property name="visible">True</property>
39                       </widget>
40                     </child>
41                     <child>
42                       <widget class="GtkImageMenuItem" id="quit_menu_item">
43                         <property name="visible">True</property>
44                         <property name="label" translatable="yes">gtk-quit</property>
45                         <property name="use_underline">True</property>
46                         <property name="use_stock">True</property>
47                         <signal name="activate" handler="on_dialpad_quit"/>
48                       </widget>
49                     </child>
50                   </widget>
51                 </child>
52               </widget>
53             </child>
54             <child>
55               <widget class="GtkMenuItem" id="edit_menu_item">
56                 <property name="visible">True</property>
57                 <property name="label" translatable="yes">_Edit</property>
58                 <property name="use_underline">True</property>
59                 <child>
60                   <widget class="GtkMenu" id="menu2">
61                     <property name="visible">True</property>
62                     <child>
63                       <widget class="GtkImageMenuItem" id="paste_menu_item">
64                         <property name="visible">True</property>
65                         <property name="label" translatable="yes">gtk-paste</property>
66                         <property name="use_underline">True</property>
67                         <property name="use_stock">True</property>
68                         <signal name="activate" handler="on_paste"/>
69                       </widget>
70                     </child>
71                     <child>
72                       <widget class="GtkImageMenuItem" id="delete_menu_item">
73                         <property name="visible">True</property>
74                         <property name="tooltip" translatable="yes">Clear Number</property>
75                         <property name="label" translatable="yes">Clear Number</property>
76                         <property name="use_underline">True</property>
77                         <signal name="activate" handler="on_clear_number"/>
78                         <child internal-child="image">
79                           <widget class="GtkImage" id="menu-item-image2">
80                             <property name="stock">gtk-delete</property>
81                           </widget>
82                         </child>
83                       </widget>
84                     </child>
85                   </widget>
86                 </child>
87               </widget>
88             </child>
89             <child>
90               <widget class="GtkMenuItem" id="about">
91                 <property name="visible">True</property>
92                 <property name="label" translatable="yes">_About</property>
93                 <property name="use_underline">True</property>
94                 <signal name="activate" handler="on_about_activate"/>
95               </widget>
96             </child>
97           </widget>
98           <packing>
99             <property name="expand">False</property>
100           </packing>
101         </child>
102         <child>
103           <widget class="GtkEventBox" id="errorEventBox">
104             <property name="visible">True</property>
105             <child>
106               <widget class="GtkHBox" id="errorBox">
107                 <property name="visible">True</property>
108                 <child>
109                   <widget class="GtkImage" id="errorImage">
110                     <property name="visible">True</property>
111                     <property name="stock">gtk-dialog-error</property>
112                   </widget>
113                   <packing>
114                     <property name="expand">False</property>
115                     <property name="fill">False</property>
116                   </packing>
117                 </child>
118                 <child>
119                   <widget class="GtkLabel" id="errorDescription">
120                     <property name="visible">True</property>
121                     <property name="use_markup">True</property>
122                   </widget>
123                   <packing>
124                     <property name="position">1</property>
125                   </packing>
126                 </child>
127                 <child>
128                   <widget class="GtkImage" id="errorClose">
129                     <property name="visible">True</property>
130                     <property name="stock">gtk-close</property>
131                   </widget>
132                   <packing>
133                     <property name="expand">False</property>
134                     <property name="fill">False</property>
135                     <property name="position">2</property>
136                   </packing>
137                 </child>
138               </widget>
139             </child>
140           </widget>
141           <packing>
142             <property name="position">1</property>
143           </packing>
144         </child>
145         <child>
146           <widget class="GtkNotebook" id="notebook">
147             <property name="visible">True</property>
148             <property name="can_focus">True</property>
149             <property name="tab_pos">GTK_POS_BOTTOM</property>
150             <property name="show_border">False</property>
151             <property name="homogeneous">True</property>
152             <signal name="switch_page" handler="on_notebook_switch_page"/>
153             <child>
154               <widget class="GtkVBox" id="keypad_vbox">
155                 <property name="visible">True</property>
156                 <child>
157                   <widget class="GtkLabel" id="numberdisplay">
158                     <property name="height_request">50</property>
159                     <property name="visible">True</property>
160                     <property name="label" translatable="yes">&lt;span size="35000" weight="bold"&gt;&lt;/span&gt;</property>
161                     <property name="use_markup">True</property>
162                     <property name="justify">GTK_JUSTIFY_CENTER</property>
163                   </widget>
164                   <packing>
165                     <property name="expand">False</property>
166                     <property name="fill">False</property>
167                   </packing>
168                 </child>
169                 <child>
170                   <widget class="GtkTable" id="keypadview">
171                     <property name="visible">True</property>
172                     <property name="n_rows">4</property>
173                     <property name="n_columns">3</property>
174                     <property name="homogeneous">True</property>
175                     <child>
176                       <widget class="GtkButton" id="dial">
177                         <property name="visible">True</property>
178                         <property name="has_default">True</property>
179                         <property name="response_id">0</property>
180                         <signal name="clicked" handler="on_dial_clicked"/>
181                         <accelerator key="Return" modifiers="" signal="clicked"/>
182                         <child>
183                           <widget class="GtkHBox" id="hbox1">
184                             <property name="visible">True</property>
185                             <child>
186                               <widget class="GtkImage" id="image1">
187                                 <property name="visible">True</property>
188                                 <property name="xalign">1</property>
189                                 <property name="stock">gtk-yes</property>
190                               </widget>
191                             </child>
192                             <child>
193                               <widget class="GtkLabel" id="label8">
194                                 <property name="visible">True</property>
195                                 <property name="xalign">0</property>
196                                 <property name="xpad">5</property>
197                                 <property name="label" translatable="yes">&lt;span size="17000" weight="bold"&gt;Dial&lt;/span&gt;</property>
198                                 <property name="use_markup">True</property>
199                               </widget>
200                               <packing>
201                                 <property name="position">1</property>
202                               </packing>
203                             </child>
204                           </widget>
205                         </child>
206                       </widget>
207                       <packing>
208                         <property name="left_attach">2</property>
209                         <property name="right_attach">3</property>
210                         <property name="top_attach">3</property>
211                         <property name="bottom_attach">4</property>
212                       </packing>
213                     </child>
214                     <child>
215                       <widget class="GtkButton" id="digit0">
216                         <property name="visible">True</property>
217                         <property name="focus_on_click">False</property>
218                         <property name="response_id">0</property>
219                         <signal name="clicked" handler="on_digit_clicked"/>
220                         <accelerator key="0" modifiers="" signal="clicked"/>
221                         <child>
222                           <widget class="GtkLabel" id="label19">
223                             <property name="visible">True</property>
224                             <property name="label" translatable="yes">&lt;span size="33000" weight="bold"&gt;0&lt;/span&gt;
225 &lt;span size="9000"&gt;&lt;/span&gt;</property>
226                             <property name="use_markup">True</property>
227                             <property name="justify">GTK_JUSTIFY_CENTER</property>
228                           </widget>
229                         </child>
230                       </widget>
231                       <packing>
232                         <property name="left_attach">1</property>
233                         <property name="right_attach">2</property>
234                         <property name="top_attach">3</property>
235                         <property name="bottom_attach">4</property>
236                       </packing>
237                     </child>
238                     <child>
239                       <widget class="GtkButton" id="back">
240                         <property name="visible">True</property>
241                         <property name="focus_on_click">False</property>
242                         <property name="response_id">0</property>
243                         <signal name="pressed" handler="on_back_pressed"/>
244                         <signal name="clicked" handler="on_back_clicked"/>
245                         <signal name="released" handler="on_back_released"/>
246                         <accelerator key="BackSpace" modifiers="" signal="clicked"/>
247                         <child>
248                           <widget class="GtkHBox" id="hbox2">
249                             <property name="visible">True</property>
250                             <child>
251                               <widget class="GtkImage" id="image2">
252                                 <property name="visible">True</property>
253                                 <property name="xalign">1</property>
254                                 <property name="stock">gtk-no</property>
255                               </widget>
256                             </child>
257                             <child>
258                               <widget class="GtkLabel" id="label9">
259                                 <property name="visible">True</property>
260                                 <property name="xalign">0</property>
261                                 <property name="xpad">5</property>
262                                 <property name="label" translatable="yes">&lt;span size="17000" weight="Bold"&gt;Back&lt;/span&gt;</property>
263                                 <property name="use_markup">True</property>
264                               </widget>
265                               <packing>
266                                 <property name="position">1</property>
267                               </packing>
268                             </child>
269                           </widget>
270                         </child>
271                       </widget>
272                       <packing>
273                         <property name="top_attach">3</property>
274                         <property name="bottom_attach">4</property>
275                       </packing>
276                     </child>
277                     <child>
278                       <widget class="GtkButton" id="digit9">
279                         <property name="visible">True</property>
280                         <property name="focus_on_click">False</property>
281                         <property name="response_id">0</property>
282                         <signal name="clicked" handler="on_digit_clicked"/>
283                         <accelerator key="z" modifiers="" signal="clicked"/>
284                         <accelerator key="y" modifiers="" signal="clicked"/>
285                         <accelerator key="x" modifiers="" signal="clicked"/>
286                         <accelerator key="w" modifiers="" signal="clicked"/>
287                         <accelerator key="9" modifiers="" signal="clicked"/>
288                         <child>
289                           <widget class="GtkLabel" id="label18">
290                             <property name="visible">True</property>
291                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;9&lt;/span&gt;
292 &lt;span size="12000"&gt;WXYZ&lt;/span&gt;</property>
293                             <property name="use_markup">True</property>
294                             <property name="justify">GTK_JUSTIFY_CENTER</property>
295                           </widget>
296                         </child>
297                       </widget>
298                       <packing>
299                         <property name="left_attach">2</property>
300                         <property name="right_attach">3</property>
301                         <property name="top_attach">2</property>
302                         <property name="bottom_attach">3</property>
303                       </packing>
304                     </child>
305                     <child>
306                       <widget class="GtkButton" id="digit8">
307                         <property name="visible">True</property>
308                         <property name="focus_on_click">False</property>
309                         <property name="response_id">0</property>
310                         <signal name="clicked" handler="on_digit_clicked"/>
311                         <accelerator key="v" modifiers="" signal="clicked"/>
312                         <accelerator key="u" modifiers="" signal="clicked"/>
313                         <accelerator key="t" modifiers="" signal="clicked"/>
314                         <accelerator key="8" modifiers="" signal="clicked"/>
315                         <child>
316                           <widget class="GtkLabel" id="label17">
317                             <property name="visible">True</property>
318                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;8&lt;/span&gt;
319 &lt;span size="12000"&gt;TUV&lt;/span&gt;</property>
320                             <property name="use_markup">True</property>
321                             <property name="justify">GTK_JUSTIFY_CENTER</property>
322                           </widget>
323                         </child>
324                       </widget>
325                       <packing>
326                         <property name="left_attach">1</property>
327                         <property name="right_attach">2</property>
328                         <property name="top_attach">2</property>
329                         <property name="bottom_attach">3</property>
330                       </packing>
331                     </child>
332                     <child>
333                       <widget class="GtkButton" id="digit7">
334                         <property name="visible">True</property>
335                         <property name="focus_on_click">False</property>
336                         <property name="response_id">0</property>
337                         <signal name="clicked" handler="on_digit_clicked"/>
338                         <accelerator key="s" modifiers="" signal="clicked"/>
339                         <accelerator key="r" modifiers="" signal="clicked"/>
340                         <accelerator key="q" modifiers="" signal="clicked"/>
341                         <accelerator key="p" modifiers="" signal="clicked"/>
342                         <accelerator key="7" modifiers="" signal="clicked"/>
343                         <child>
344                           <widget class="GtkLabel" id="label16">
345                             <property name="visible">True</property>
346                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;7&lt;/span&gt;
347 &lt;span size="12000"&gt;PQRS&lt;/span&gt;</property>
348                             <property name="use_markup">True</property>
349                             <property name="justify">GTK_JUSTIFY_CENTER</property>
350                           </widget>
351                         </child>
352                       </widget>
353                       <packing>
354                         <property name="top_attach">2</property>
355                         <property name="bottom_attach">3</property>
356                       </packing>
357                     </child>
358                     <child>
359                       <widget class="GtkButton" id="digit6">
360                         <property name="visible">True</property>
361                         <property name="focus_on_click">False</property>
362                         <property name="response_id">0</property>
363                         <signal name="clicked" handler="on_digit_clicked"/>
364                         <accelerator key="o" modifiers="" signal="clicked"/>
365                         <accelerator key="n" modifiers="" signal="clicked"/>
366                         <accelerator key="m" modifiers="" signal="clicked"/>
367                         <accelerator key="6" modifiers="" signal="clicked"/>
368                         <child>
369                           <widget class="GtkLabel" id="label15">
370                             <property name="visible">True</property>
371                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;6&lt;/span&gt;
372 &lt;span size="12000"&gt;MNO&lt;/span&gt;</property>
373                             <property name="use_markup">True</property>
374                             <property name="justify">GTK_JUSTIFY_CENTER</property>
375                           </widget>
376                         </child>
377                       </widget>
378                       <packing>
379                         <property name="left_attach">2</property>
380                         <property name="right_attach">3</property>
381                         <property name="top_attach">1</property>
382                         <property name="bottom_attach">2</property>
383                       </packing>
384                     </child>
385                     <child>
386                       <widget class="GtkButton" id="digit5">
387                         <property name="visible">True</property>
388                         <property name="focus_on_click">False</property>
389                         <property name="response_id">0</property>
390                         <signal name="clicked" handler="on_digit_clicked"/>
391                         <accelerator key="l" modifiers="" signal="clicked"/>
392                         <accelerator key="k" modifiers="" signal="clicked"/>
393                         <accelerator key="j" modifiers="" signal="clicked"/>
394                         <accelerator key="5" modifiers="" signal="clicked"/>
395                         <child>
396                           <widget class="GtkLabel" id="label14">
397                             <property name="visible">True</property>
398                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;5&lt;/span&gt;
399 &lt;span size="12000"&gt;JKL&lt;/span&gt;</property>
400                             <property name="use_markup">True</property>
401                             <property name="justify">GTK_JUSTIFY_CENTER</property>
402                           </widget>
403                         </child>
404                       </widget>
405                       <packing>
406                         <property name="left_attach">1</property>
407                         <property name="right_attach">2</property>
408                         <property name="top_attach">1</property>
409                         <property name="bottom_attach">2</property>
410                       </packing>
411                     </child>
412                     <child>
413                       <widget class="GtkButton" id="digit4">
414                         <property name="visible">True</property>
415                         <property name="focus_on_click">False</property>
416                         <property name="response_id">0</property>
417                         <signal name="clicked" handler="on_digit_clicked"/>
418                         <accelerator key="i" modifiers="" signal="clicked"/>
419                         <accelerator key="h" modifiers="" signal="clicked"/>
420                         <accelerator key="g" modifiers="" signal="clicked"/>
421                         <accelerator key="4" modifiers="" signal="clicked"/>
422                         <child>
423                           <widget class="GtkLabel" id="label13">
424                             <property name="visible">True</property>
425                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;4&lt;/span&gt;
426 &lt;span size="12000"&gt;GHI&lt;/span&gt;</property>
427                             <property name="use_markup">True</property>
428                             <property name="justify">GTK_JUSTIFY_CENTER</property>
429                           </widget>
430                         </child>
431                       </widget>
432                       <packing>
433                         <property name="top_attach">1</property>
434                         <property name="bottom_attach">2</property>
435                       </packing>
436                     </child>
437                     <child>
438                       <widget class="GtkButton" id="digit3">
439                         <property name="visible">True</property>
440                         <property name="focus_on_click">False</property>
441                         <property name="response_id">0</property>
442                         <signal name="clicked" handler="on_digit_clicked"/>
443                         <accelerator key="f" modifiers="" signal="clicked"/>
444                         <accelerator key="e" modifiers="" signal="clicked"/>
445                         <accelerator key="d" modifiers="" signal="clicked"/>
446                         <accelerator key="3" modifiers="" signal="clicked"/>
447                         <child>
448                           <widget class="GtkLabel" id="label11">
449                             <property name="visible">True</property>
450                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold" stretch="ultraexpanded"&gt;3&lt;/span&gt;
451 &lt;span size="12000"&gt;DEF&lt;/span&gt;</property>
452                             <property name="use_markup">True</property>
453                             <property name="justify">GTK_JUSTIFY_CENTER</property>
454                           </widget>
455                         </child>
456                       </widget>
457                       <packing>
458                         <property name="left_attach">2</property>
459                         <property name="right_attach">3</property>
460                       </packing>
461                     </child>
462                     <child>
463                       <widget class="GtkButton" id="digit2">
464                         <property name="visible">True</property>
465                         <property name="focus_on_click">False</property>
466                         <property name="response_id">0</property>
467                         <signal name="clicked" handler="on_digit_clicked"/>
468                         <accelerator key="c" modifiers="" signal="clicked"/>
469                         <accelerator key="b" modifiers="" signal="clicked"/>
470                         <accelerator key="a" modifiers="" signal="clicked"/>
471                         <accelerator key="2" modifiers="" signal="clicked"/>
472                         <child>
473                           <widget class="GtkLabel" id="label10">
474                             <property name="visible">True</property>
475                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;2&lt;/span&gt;
476 &lt;span size="12000"&gt;ABC&lt;/span&gt;</property>
477                             <property name="use_markup">True</property>
478                             <property name="justify">GTK_JUSTIFY_CENTER</property>
479                           </widget>
480                         </child>
481                       </widget>
482                       <packing>
483                         <property name="left_attach">1</property>
484                         <property name="right_attach">2</property>
485                       </packing>
486                     </child>
487                     <child>
488                       <widget class="GtkButton" id="digit1">
489                         <property name="visible">True</property>
490                         <property name="focus_on_click">False</property>
491                         <property name="response_id">0</property>
492                         <signal name="clicked" handler="on_digit_clicked"/>
493                         <accelerator key="1" modifiers="" signal="clicked"/>
494                         <child>
495                           <widget class="GtkLabel" id="label12">
496                             <property name="visible">True</property>
497                             <property name="label" translatable="yes">&lt;span size="33000" weight="bold"&gt;1&lt;/span&gt;
498 &lt;span size="9000"&gt;  &lt;/span&gt;</property>
499                             <property name="use_markup">True</property>
500                           </widget>
501                         </child>
502                       </widget>
503                     </child>
504                   </widget>
505                   <packing>
506                     <property name="position">1</property>
507                   </packing>
508                 </child>
509               </widget>
510               <packing>
511                 <property name="tab_expand">True</property>
512                 <property name="tab_fill">False</property>
513               </packing>
514             </child>
515             <child>
516               <widget class="GtkLabel" id="keypad">
517                 <property name="height_request">30</property>
518                 <property name="visible">True</property>
519                 <property name="label" translatable="yes">Keypad</property>
520               </widget>
521               <packing>
522                 <property name="type">tab</property>
523                 <property name="tab_expand">True</property>
524                 <property name="tab_fill">False</property>
525               </packing>
526             </child>
527             <child>
528               <widget class="GtkTable" id="contacts_table">
529                 <property name="visible">True</property>
530                 <property name="n_rows">2</property>
531                 <child>
532                   <widget class="GtkScrolledWindow" id="contacts_scrolledwindow">
533                     <property name="visible">True</property>
534                     <property name="can_focus">True</property>
535                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
536                     <child>
537                       <widget class="GtkTreeView" id="contactsview">
538                         <property name="visible">True</property>
539                         <property name="can_focus">True</property>
540                         <property name="headers_visible">False</property>
541                         <property name="enable_search">False</property>
542                         <property name="fixed_height_mode">True</property>
543                         <property name="enable_grid_lines">GTK_TREE_VIEW_GRID_LINES_HORIZONTAL</property>
544                         <property name="enable_tree_lines">True</property>
545                         <signal name="row_activated" handler="on_contactsview_row_activated"/>
546                       </widget>
547                     </child>
548                   </widget>
549                   <packing>
550                     <property name="top_attach">1</property>
551                     <property name="bottom_attach">2</property>
552                   </packing>
553                 </child>
554                 <child>
555                   <widget class="GtkComboBox" id="addressbook_combo">
556                     <property name="visible">True</property>
557                     <signal name="changed" handler="on_addressbook_combo_changed"/>
558                   </widget>
559                   <packing>
560                     <property name="y_options">GTK_FILL</property>
561                   </packing>
562                 </child>
563               </widget>
564               <packing>
565                 <property name="position">1</property>
566                 <property name="tab_expand">True</property>
567                 <property name="tab_fill">False</property>
568               </packing>
569             </child>
570             <child>
571               <widget class="GtkLabel" id="contacts">
572                 <property name="visible">True</property>
573                 <property name="label" translatable="yes">Contacts</property>
574               </widget>
575               <packing>
576                 <property name="type">tab</property>
577                 <property name="position">1</property>
578                 <property name="tab_expand">True</property>
579                 <property name="tab_fill">False</property>
580               </packing>
581             </child>
582             <child>
583               <widget class="GtkTable" id="accountview">
584                 <property name="visible">True</property>
585                 <property name="border_width">11</property>
586                 <property name="n_rows">3</property>
587                 <property name="n_columns">2</property>
588                 <child>
589                   <placeholder/>
590                 </child>
591                 <child>
592                   <widget class="GtkLabel" id="gcnumber_label">
593                     <property name="visible">True</property>
594                     <property name="xalign">1</property>
595                     <property name="xpad">5</property>
596                     <property name="label" translatable="yes">GrandCentral
597 Number:</property>
598                     <property name="justify">GTK_JUSTIFY_RIGHT</property>
599                   </widget>
600                 </child>
601                 <child>
602                   <widget class="GtkLabel" id="gcnumber_display">
603                     <property name="visible">True</property>
604                     <property name="label" translatable="yes">&lt;span size="15000" weight="bold"&gt;(518) 555-1212&lt;/span&gt;</property>
605                     <property name="use_markup">True</property>
606                   </widget>
607                   <packing>
608                     <property name="left_attach">1</property>
609                     <property name="right_attach">2</property>
610                     <property name="y_options"></property>
611                   </packing>
612                 </child>
613                 <child>
614                   <widget class="GtkButton" id="clearcookies">
615                     <property name="visible">True</property>
616                     <property name="can_focus">True</property>
617                     <property name="receives_default">True</property>
618                     <property name="label" translatable="yes">Clear Account Information
619 (must reauthenticate)</property>
620                     <property name="response_id">0</property>
621                     <signal name="clicked" handler="on_clearcookies_clicked"/>
622                   </widget>
623                   <packing>
624                     <property name="left_attach">1</property>
625                     <property name="right_attach">2</property>
626                     <property name="top_attach">1</property>
627                     <property name="bottom_attach">2</property>
628                     <property name="y_options"></property>
629                   </packing>
630                 </child>
631                 <child>
632                   <widget class="GtkLabel" id="callback_number_label">
633                     <property name="visible">True</property>
634                     <property name="xalign">1</property>
635                     <property name="xpad">5</property>
636                     <property name="label" translatable="yes">Callback Number:</property>
637                   </widget>
638                   <packing>
639                     <property name="top_attach">2</property>
640                     <property name="bottom_attach">3</property>
641                   </packing>
642                 </child>
643                 <child>
644                   <widget class="GtkComboBoxEntry" id="callbackcombo">
645                     <property name="visible">True</property>
646                     <child internal-child="entry">
647                       <widget class="GtkEntry" id="callback_comboboxentry">
648                         <property name="visible">True</property>
649                         <property name="can_focus">True</property>
650                         <signal name="changed" handler="on_callbackentry_changed"/>
651                       </widget>
652                     </child>
653                   </widget>
654                   <packing>
655                     <property name="left_attach">1</property>
656                     <property name="right_attach">2</property>
657                     <property name="top_attach">2</property>
658                     <property name="bottom_attach">3</property>
659                     <property name="x_options">GTK_FILL</property>
660                     <property name="y_options"></property>
661                   </packing>
662                 </child>
663               </widget>
664               <packing>
665                 <property name="position">2</property>
666                 <property name="tab_expand">True</property>
667                 <property name="tab_fill">False</property>
668               </packing>
669             </child>
670             <child>
671               <widget class="GtkLabel" id="account">
672                 <property name="height_request">30</property>
673                 <property name="visible">True</property>
674                 <property name="label" translatable="yes">Account</property>
675               </widget>
676               <packing>
677                 <property name="type">tab</property>
678                 <property name="position">2</property>
679                 <property name="tab_fill">False</property>
680               </packing>
681             </child>
682             <child>
683               <widget class="GtkScrolledWindow" id="recent_scrolledwindow">
684                 <property name="visible">True</property>
685                 <property name="can_focus">True</property>
686                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
687                 <child>
688                   <widget class="GtkTreeView" id="recentview">
689                     <property name="visible">True</property>
690                     <property name="can_focus">True</property>
691                     <property name="headers_visible">False</property>
692                     <property name="enable_search">False</property>
693                     <property name="fixed_height_mode">True</property>
694                     <property name="enable_grid_lines">GTK_TREE_VIEW_GRID_LINES_HORIZONTAL</property>
695                     <property name="enable_tree_lines">True</property>
696                     <signal name="row_activated" handler="on_recentview_row_activated"/>
697                   </widget>
698                 </child>
699               </widget>
700               <packing>
701                 <property name="position">1</property>
702                 <property name="tab_expand">True</property>
703                 <property name="tab_fill">False</property>
704               </packing>
705             </child>
706             <child>
707               <widget class="GtkLabel" id="recent">
708                 <property name="height_request">30</property>
709                 <property name="visible">True</property>
710                 <property name="label" translatable="yes">Recent</property>
711               </widget>
712               <packing>
713                 <property name="type">tab</property>
714                 <property name="position">1</property>
715                 <property name="tab_expand">True</property>
716                 <property name="tab_fill">False</property>
717               </packing>
718             </child>
719           </widget>
720           <packing>
721             <property name="position">2</property>
722           </packing>
723         </child>
724       </widget>
725     </child>
726   </widget>
727   <widget class="GtkDialog" id="loginDialog">
728     <property name="border_width">5</property>
729     <property name="title" translatable="yes">Grandcentral Login</property>
730     <property name="resizable">False</property>
731     <property name="modal">True</property>
732     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
733     <property name="destroy_with_parent">True</property>
734     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
735     <property name="skip_taskbar_hint">True</property>
736     <property name="skip_pager_hint">True</property>
737     <property name="deletable">False</property>
738     <property name="transient_for">mainWindow</property>
739     <property name="has_separator">False</property>
740     <child internal-child="vbox">
741       <widget class="GtkVBox" id="dialog-vbox1">
742         <property name="visible">True</property>
743         <property name="spacing">2</property>
744         <child>
745           <widget class="GtkTable" id="table1">
746             <property name="visible">True</property>
747             <property name="n_rows">2</property>
748             <property name="n_columns">2</property>
749             <child>
750               <widget class="GtkLabel" id="username_label">
751                 <property name="visible">True</property>
752                 <property name="label" translatable="yes">Username</property>
753               </widget>
754             </child>
755             <child>
756               <widget class="GtkLabel" id="password_label">
757                 <property name="visible">True</property>
758                 <property name="label" translatable="yes">Password</property>
759               </widget>
760               <packing>
761                 <property name="top_attach">1</property>
762                 <property name="bottom_attach">2</property>
763               </packing>
764             </child>
765             <child>
766               <widget class="GtkEntry" id="usernameentry">
767                 <property name="visible">True</property>
768                 <property name="can_focus">True</property>
769               </widget>
770               <packing>
771                 <property name="left_attach">1</property>
772                 <property name="right_attach">2</property>
773               </packing>
774             </child>
775             <child>
776               <widget class="GtkEntry" id="passwordentry">
777                 <property name="visible">True</property>
778                 <property name="can_focus">True</property>
779                 <property name="visibility">False</property>
780               </widget>
781               <packing>
782                 <property name="left_attach">1</property>
783                 <property name="right_attach">2</property>
784                 <property name="top_attach">1</property>
785                 <property name="bottom_attach">2</property>
786               </packing>
787             </child>
788           </widget>
789           <packing>
790             <property name="position">1</property>
791           </packing>
792         </child>
793         <child internal-child="action_area">
794           <widget class="GtkHButtonBox" id="dialog-action_area1">
795             <property name="visible">True</property>
796             <property name="layout_style">GTK_BUTTONBOX_END</property>
797             <child>
798               <widget class="GtkButton" id="logins_close_button">
799                 <property name="visible">True</property>
800                 <property name="can_focus">True</property>
801                 <property name="receives_default">True</property>
802                 <property name="label" translatable="yes">gtk-close</property>
803                 <property name="use_stock">True</property>
804                 <property name="response_id">0</property>
805                 <signal name="clicked" handler="on_loginclose_clicked"/>
806               </widget>
807             </child>
808             <child>
809               <widget class="GtkButton" id="loginbutton">
810                 <property name="visible">True</property>
811                 <property name="can_focus">True</property>
812                 <property name="can_default">True</property>
813                 <property name="has_default">True</property>
814                 <property name="receives_default">True</property>
815                 <property name="label" translatable="yes">gtk-ok</property>
816                 <property name="use_stock">True</property>
817                 <property name="response_id">0</property>
818                 <signal name="clicked" handler="on_loginbutton_clicked"/>
819               </widget>
820               <packing>
821                 <property name="position">1</property>
822               </packing>
823             </child>
824           </widget>
825           <packing>
826             <property name="expand">False</property>
827             <property name="pack_type">GTK_PACK_END</property>
828           </packing>
829         </child>
830       </widget>
831     </child>
832   </widget>
833   <widget class="GtkDialog" id="phonetype_dialog">
834     <property name="border_width">5</property>
835     <property name="title" translatable="yes">Select Phone Type</property>
836     <property name="resizable">False</property>
837     <property name="modal">True</property>
838     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
839     <property name="destroy_with_parent">True</property>
840     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
841     <property name="skip_taskbar_hint">True</property>
842     <property name="skip_pager_hint">True</property>
843     <property name="deletable">False</property>
844     <property name="transient_for">Dialpad</property>
845     <property name="has_separator">False</property>
846     <child internal-child="vbox">
847       <widget class="GtkVBox" id="dialog-vbox3">
848         <property name="visible">True</property>
849         <property name="spacing">2</property>
850         <child>
851           <widget class="GtkTreeView" id="phonetypes">
852             <property name="visible">True</property>
853             <property name="can_focus">True</property>
854             <signal name="row_activated" handler="on_phonetype_select"/>
855           </widget>
856           <packing>
857             <property name="position">1</property>
858           </packing>
859         </child>
860         <child internal-child="action_area">
861           <widget class="GtkHButtonBox" id="dialog-action_area3">
862             <property name="visible">True</property>
863             <property name="layout_style">GTK_BUTTONBOX_END</property>
864             <child>
865               <widget class="GtkButton" id="select_button">
866                 <property name="visible">True</property>
867                 <property name="can_focus">True</property>
868                 <property name="label" translatable="yes">Select</property>
869                 <property name="response_id">0</property>
870                 <signal name="clicked" handler="on_phonetype_select"/>
871               </widget>
872             </child>
873             <child>
874               <widget class="GtkButton" id="cancel_button">
875                 <property name="visible">True</property>
876                 <property name="can_focus">True</property>
877                 <property name="receives_default">True</property>
878                 <property name="label" translatable="yes">Cancel</property>
879                 <property name="response_id">0</property>
880                 <signal name="clicked" handler="on_phonetype_cancel"/>
881               </widget>
882               <packing>
883                 <property name="position">1</property>
884               </packing>
885             </child>
886           </widget>
887           <packing>
888             <property name="expand">False</property>
889             <property name="pack_type">GTK_PACK_END</property>
890           </packing>
891         </child>
892       </widget>
893     </child>
894   </widget>
895 </glade-interface>