aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/contact-list-editor.ui
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-05-28 01:13:45 +0800
committerMilan Crha <mcrha@redhat.com>2011-05-28 01:13:45 +0800
commitbb20ede8bcb6343b1d339f1d17394e903a5270c4 (patch)
treee5ef6424c24979f59c26f2486142117ab5d05090 /addressbook/gui/contact-list-editor/contact-list-editor.ui
parent756c8abcb840b8da588031f4a0d7e1fc979fab70 (diff)
downloadgsoc2013-evolution-bb20ede8bcb6343b1d339f1d17394e903a5270c4.tar
gsoc2013-evolution-bb20ede8bcb6343b1d339f1d17394e903a5270c4.tar.gz
gsoc2013-evolution-bb20ede8bcb6343b1d339f1d17394e903a5270c4.tar.bz2
gsoc2013-evolution-bb20ede8bcb6343b1d339f1d17394e903a5270c4.tar.lz
gsoc2013-evolution-bb20ede8bcb6343b1d339f1d17394e903a5270c4.tar.xz
gsoc2013-evolution-bb20ede8bcb6343b1d339f1d17394e903a5270c4.tar.zst
gsoc2013-evolution-bb20ede8bcb6343b1d339f1d17394e903a5270c4.zip
Bug #229244 - Re-ordering email addresses in contact list editor
Diffstat (limited to 'addressbook/gui/contact-list-editor/contact-list-editor.ui')
-rw-r--r--addressbook/gui/contact-list-editor/contact-list-editor.ui70
1 files changed, 70 insertions, 0 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.ui b/addressbook/gui/contact-list-editor/contact-list-editor.ui
index 31bc2fc1a6..6cef3e2551 100644
--- a/addressbook/gui/contact-list-editor/contact-list-editor.ui
+++ b/addressbook/gui/contact-list-editor/contact-list-editor.ui
@@ -258,6 +258,76 @@
</packing>
</child>
<child>
+ <object class="GtkButton" id="top-button">
+ <property name="visible">True</property>
+ <property name="is_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
+ <property name="use_underline">True</property>
+ <property name="label">gtk-goto-top</property>
+ <property name="use-stock">True</property>
+ <property name="sensitive">False</property>
+ <signal name="clicked" handler="contact_list_editor_top_button_clicked_cb"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="up-button">
+ <property name="visible">True</property>
+ <property name="is_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
+ <property name="use_underline">True</property>
+ <property name="label">gtk-go-up</property>
+ <property name="use-stock">True</property>
+ <property name="sensitive">False</property>
+ <signal name="clicked" handler="contact_list_editor_up_button_clicked_cb"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="down-button">
+ <property name="visible">True</property>
+ <property name="is_focus">True</property>
+ <property name="has_focus">True</property>
+ <property name="use_underline">True</property>
+ <property name="label">gtk-go-down</property>
+ <property name="use-stock">True</property>
+ <property name="sensitive">False</property>
+ <signal name="clicked" handler="contact_list_editor_down_button_clicked_cb"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">5</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="bottom-button">
+ <property name="visible">True</property>
+ <property name="is_focus">True</property>
+ <property name="has_focus">True</property>
+ <property name="use_underline">True</property>
+ <property name="label">gtk-goto-bottom</property>
+ <property name="use-stock">True</property>
+ <property name="sensitive">False</property>
+ <signal name="clicked" handler="contact_list_editor_bottom_button_clicked_cb"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">6</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkAlignment" id="members-buttons-alignment">
<property name="visible">True</property>
<child>