aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/contact-list-editor.glade
diff options
context:
space:
mode:
authorH P Nadig <hpnadig@pacific.net.in>2004-06-08 04:19:14 +0800
committerHans Petter <hansp@src.gnome.org>2004-06-08 04:19:14 +0800
commit31c401df882702ae0adfd7b92c8f78c166b20c1e (patch)
tree576e093927625feaa29ec5cfcd6a1177f0b4413e /addressbook/gui/contact-list-editor/contact-list-editor.glade
parent649a9922018d88db9e5100d6d525aa64771eb974 (diff)
downloadgsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.tar
gsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.tar.gz
gsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.tar.bz2
gsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.tar.lz
gsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.tar.xz
gsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.tar.zst
gsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.zip
Added few headers needed for select names dialog.
2004-06-07 H P Nadig <hpnadig@pacific.net.in> * gui/contact-list-editor/e-contact-list-editor.h: Added few headers needed for select names dialog. * gui/contact-list-editor/e-contact-list-editor.c (e_contact_list_editor_init): Added select button handler. (select_cb): The callback function for Select Button. (setup_corba): To setup corba for select names dialog. (select_names_ok_cb): Handle Select names dialog entries. (add_to_model): Adds cards to the model. * gui/contact-list-editor/contact-list-editor.glade: New 'Select' Button. Tooltips added for buttons in button Box. svn path=/trunk/; revision=26240
Diffstat (limited to 'addressbook/gui/contact-list-editor/contact-list-editor.glade')
-rw-r--r--addressbook/gui/contact-list-editor/contact-list-editor.glade14
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.glade b/addressbook/gui/contact-list-editor/contact-list-editor.glade
index 5f0b8bfaf5..3f6953cbf4 100644
--- a/addressbook/gui/contact-list-editor/contact-list-editor.glade
+++ b/addressbook/gui/contact-list-editor/contact-list-editor.glade
@@ -337,6 +337,7 @@
<child>
<widget class="GtkButton" id="add-email-button">
<property name="visible">True</property>
+ <property name="tooltip" translatable="yes">Add an email to the List</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-add</property>
@@ -348,6 +349,7 @@
<child>
<widget class="GtkButton" id="remove-button">
<property name="visible">True</property>
+ <property name="tooltip" translatable="yes">Remove an email address from the List</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-remove</property>
@@ -355,6 +357,18 @@
<property name="relief">GTK_RELIEF_NORMAL</property>
</widget>
</child>
+
+ <child>
+ <widget class="GtkButton" id="select-button">
+ <property name="visible">True</property>
+ <property name="tooltip" translatable="yes">Insert email adresses from Adress Book</property>
+ <property name="can_default">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Select</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ </widget>
+ </child>
</widget>
<packing>
<property name="padding">0</property>