aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.ui
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-09-28 23:11:55 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-09-28 23:11:55 +0800
commit32726fae58b90a02f3c6cdb7435d15966684cc37 (patch)
tree6eb548c90ccee86329715ee7f9a4804083efc523 /src/empathy-accounts-dialog.ui
parentc637daaf5750c1809e05ff39fa2070591410aac3 (diff)
downloadgsoc2013-empathy-32726fae58b90a02f3c6cdb7435d15966684cc37.tar
gsoc2013-empathy-32726fae58b90a02f3c6cdb7435d15966684cc37.tar.gz
gsoc2013-empathy-32726fae58b90a02f3c6cdb7435d15966684cc37.tar.bz2
gsoc2013-empathy-32726fae58b90a02f3c6cdb7435d15966684cc37.tar.lz
gsoc2013-empathy-32726fae58b90a02f3c6cdb7435d15966684cc37.tar.xz
gsoc2013-empathy-32726fae58b90a02f3c6cdb7435d15966684cc37.tar.zst
gsoc2013-empathy-32726fae58b90a02f3c6cdb7435d15966684cc37.zip
Add an import button back to the accounts dialog.
The button is only shown when there are actually accounts to import.
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r--src/empathy-accounts-dialog.ui11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui
index e5226b270..f9cd3ec6f 100644
--- a/src/empathy-accounts-dialog.ui
+++ b/src/empathy-accounts-dialog.ui
@@ -54,6 +54,17 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="button_import">
+ <property name="label" translatable="yes">_Import...</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
<property name="position">2</property>
</packing>
</child>