]> git.0d.be Git - empathy.git/blob - src/empathy-import-dialog.glade
Re-wrote the UI of the importer dialog. (Jonny Lamb)
[empathy.git] / src / empathy-import-dialog.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 Oct  3 19:30:53 2008 -->
4 <glade-interface>
5   <widget class="GtkDialog" id="import_dialog">
6     <property name="border_width">5</property>
7     <property name="title" translatable="yes">Import Accounts</property>
8     <property name="modal">True</property>
9     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
10     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
11     <property name="has_separator">False</property>
12     <child internal-child="vbox">
13       <widget class="GtkVBox" id="dialog-vbox1">
14         <property name="visible">True</property>
15         <property name="spacing">2</property>
16         <child>
17           <widget class="GtkScrolledWindow" id="scrolledwindow17">
18             <property name="visible">True</property>
19             <property name="can_focus">True</property>
20             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
21             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
22             <property name="shadow_type">GTK_SHADOW_IN</property>
23             <child>
24               <widget class="GtkTreeView" id="treeview">
25                 <property name="visible">True</property>
26                 <property name="can_focus">True</property>
27                 <property name="enable_search">False</property>
28               </widget>
29             </child>
30           </widget>
31           <packing>
32             <property name="position">1</property>
33           </packing>
34         </child>
35         <child internal-child="action_area">
36           <widget class="GtkHButtonBox" id="dialog-action_area1">
37             <property name="visible">True</property>
38             <property name="layout_style">GTK_BUTTONBOX_END</property>
39             <child>
40               <widget class="GtkButton" id="button_cancel">
41                 <property name="visible">True</property>
42                 <property name="can_focus">True</property>
43                 <property name="receives_default">True</property>
44                 <property name="label" translatable="yes">gtk-cancel</property>
45                 <property name="use_stock">True</property>
46                 <property name="response_id">0</property>
47               </widget>
48             </child>
49             <child>
50               <widget class="GtkButton" id="button_ok">
51                 <property name="visible">True</property>
52                 <property name="can_focus">True</property>
53                 <property name="receives_default">True</property>
54                 <property name="label" translatable="yes">gtk-ok</property>
55                 <property name="use_stock">True</property>
56                 <property name="response_id">0</property>
57               </widget>
58               <packing>
59                 <property name="position">1</property>
60               </packing>
61             </child>
62           </widget>
63           <packing>
64             <property name="expand">False</property>
65             <property name="pack_type">GTK_PACK_END</property>
66           </packing>
67         </child>
68       </widget>
69     </child>
70   </widget>
71 </glade-interface>