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