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