aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-dialog.glade
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-10-17 20:46:45 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-17 20:46:45 +0800
commit2f6e8e267da8796bf9d103e3c1f841ab2f34eb45 (patch)
treebb2d70cbcbb857467eec1d28589df15225ce40b9 /src/empathy-import-dialog.glade
parent6f698f44bc200350f007f0ea13e2cb45c122b244 (diff)
downloadgsoc2013-empathy-2f6e8e267da8796bf9d103e3c1f841ab2f34eb45.tar
gsoc2013-empathy-2f6e8e267da8796bf9d103e3c1f841ab2f34eb45.tar.gz
gsoc2013-empathy-2f6e8e267da8796bf9d103e3c1f841ab2f34eb45.tar.bz2
gsoc2013-empathy-2f6e8e267da8796bf9d103e3c1f841ab2f34eb45.tar.lz
gsoc2013-empathy-2f6e8e267da8796bf9d103e3c1f841ab2f34eb45.tar.xz
gsoc2013-empathy-2f6e8e267da8796bf9d103e3c1f841ab2f34eb45.tar.zst
gsoc2013-empathy-2f6e8e267da8796bf9d103e3c1f841ab2f34eb45.zip
Re-wrote the UI of the importer dialog. (Jonny Lamb)
This UI currently does not work with the backend. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1611
Diffstat (limited to 'src/empathy-import-dialog.glade')
-rw-r--r--src/empathy-import-dialog.glade71
1 files changed, 71 insertions, 0 deletions
diff --git a/src/empathy-import-dialog.glade b/src/empathy-import-dialog.glade
new file mode 100644
index 000000000..374bfe59b
--- /dev/null
+++ b/src/empathy-import-dialog.glade
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
+<!--Generated with glade3 3.4.5 on Fri Oct 3 19:30:53 2008 -->
+<glade-interface>
+ <widget class="GtkDialog" id="import_dialog">
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">Import Accounts</property>
+ <property name="modal">True</property>
+ <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+ <property name="has_separator">False</property>
+ <child internal-child="vbox">
+ <widget class="GtkVBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="spacing">2</property>
+ <child>
+ <widget class="GtkScrolledWindow" id="scrolledwindow17">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+ <property name="shadow_type">GTK_SHADOW_IN</property>
+ <child>
+ <widget class="GtkTreeView" id="treeview">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="enable_search">False</property>
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child internal-child="action_area">
+ <widget class="GtkHButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
+ <child>
+ <widget class="GtkButton" id="button_cancel">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="label" translatable="yes">gtk-cancel</property>
+ <property name="use_stock">True</property>
+ <property name="response_id">0</property>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkButton" id="button_ok">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="label" translatable="yes">gtk-ok</property>
+ <property name="use_stock">True</property>
+ <property name="response_id">0</property>
+ </widget>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="pack_type">GTK_PACK_END</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
+</glade-interface>