1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.20.0 -->
3<interface>
4  <requires lib="gtk+" version="3.12"/>
5  <object class="GtkDialog" id="synchronise_select_account_dialog">
6    <property name="can_focus">False</property>
7    <property name="border_width">12</property>
8    <property name="title" translatable="yes">Synchronise contacts</property>
9    <property name="default_width">350</property>
10    <property name="default_height">300</property>
11    <property name="type_hint">dialog</property>
12    <signal name="destroy" handler="on_destroy" swapped="no"/>
13    <child internal-child="vbox">
14      <object class="GtkBox" id="dialog-vbox7">
15        <property name="visible">True</property>
16        <property name="can_focus">False</property>
17        <property name="orientation">vertical</property>
18        <property name="spacing">6</property>
19        <child internal-child="action_area">
20          <object class="GtkButtonBox" id="dialog-action_area6">
21            <property name="visible">True</property>
22            <property name="can_focus">False</property>
23            <property name="layout_style">end</property>
24            <child>
25              <object class="GtkButton" id="cancel_button">
26                <property name="label">gtk-cancel</property>
27                <property name="visible">True</property>
28                <property name="can_focus">True</property>
29                <property name="can_default">True</property>
30                <property name="receives_default">False</property>
31                <property name="use_stock">True</property>
32                <signal name="clicked" handler="on_cancel_button_clicked" swapped="no"/>
33              </object>
34              <packing>
35                <property name="expand">False</property>
36                <property name="fill">False</property>
37                <property name="position">0</property>
38              </packing>
39            </child>
40            <child>
41              <object class="GtkButton" id="ok_button">
42                <property name="label">gtk-ok</property>
43                <property name="visible">True</property>
44                <property name="can_focus">True</property>
45                <property name="can_default">True</property>
46                <property name="receives_default">False</property>
47                <property name="use_stock">True</property>
48                <signal name="clicked" handler="on_ok_button_clicked" swapped="no"/>
49              </object>
50              <packing>
51                <property name="expand">False</property>
52                <property name="fill">False</property>
53                <property name="position">1</property>
54              </packing>
55            </child>
56          </object>
57          <packing>
58            <property name="expand">False</property>
59            <property name="fill">False</property>
60            <property name="pack_type">end</property>
61            <property name="position">0</property>
62          </packing>
63        </child>
64        <child>
65          <object class="GtkLabel" id="label210">
66            <property name="visible">True</property>
67            <property name="can_focus">False</property>
68            <property name="label" translatable="yes">Select the account with which you want to synchronise</property>
69          </object>
70          <packing>
71            <property name="expand">False</property>
72            <property name="fill">False</property>
73            <property name="position">2</property>
74          </packing>
75        </child>
76        <child>
77          <object class="GtkScrolledWindow" id="scrolledwindow">
78            <property name="width_request">150</property>
79            <property name="visible">True</property>
80            <property name="can_focus">True</property>
81            <property name="shadow_type">in</property>
82            <child>
83              <object class="GtkTreeView" id="accounts_treeview">
84                <property name="visible">True</property>
85                <property name="can_focus">True</property>
86                <child internal-child="selection">
87                  <object class="GtkTreeSelection" id="treeview-selection1"/>
88                </child>
89              </object>
90            </child>
91          </object>
92          <packing>
93            <property name="expand">True</property>
94            <property name="fill">True</property>
95            <property name="position">3</property>
96          </packing>
97        </child>
98      </object>
99    </child>
100    <action-widgets>
101      <action-widget response="-6">cancel_button</action-widget>
102      <action-widget response="-5">ok_button</action-widget>
103    </action-widgets>
104  </object>
105</interface>
106