aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2012-05-19 00:54:55 +0800
committerPiotr Drąg <piotrdrag@gmail.com>2012-05-19 00:56:13 +0800
commit885cb6c0507de2267ed1adfe9f7fd7c49833ec95 (patch)
treefdbfa4a868b54cef1d22e9061df9c9880f25924c /addressbook/gui
parent5aedd2c4cc984fe4b112e0ce098dafcddc80c46f (diff)
downloadgsoc2013-evolution-885cb6c0507de2267ed1adfe9f7fd7c49833ec95.tar
gsoc2013-evolution-885cb6c0507de2267ed1adfe9f7fd7c49833ec95.tar.gz
gsoc2013-evolution-885cb6c0507de2267ed1adfe9f7fd7c49833ec95.tar.bz2
gsoc2013-evolution-885cb6c0507de2267ed1adfe9f7fd7c49833ec95.tar.lz
gsoc2013-evolution-885cb6c0507de2267ed1adfe9f7fd7c49833ec95.tar.xz
gsoc2013-evolution-885cb6c0507de2267ed1adfe9f7fd7c49833ec95.tar.zst
gsoc2013-evolution-885cb6c0507de2267ed1adfe9f7fd7c49833ec95.zip
Remove tooltip_markup from .ui
As it turns out, it's not actually required.
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-list-editor/contact-list-editor.ui5
1 files changed, 1 insertions, 4 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.ui b/addressbook/gui/contact-list-editor/contact-list-editor.ui
index 2d836cdc46..6d262aa87e 100644
--- a/addressbook/gui/contact-list-editor/contact-list-editor.ui
+++ b/addressbook/gui/contact-list-editor/contact-list-editor.ui
@@ -206,7 +206,6 @@
<property name="is_focus">True</property>
<property name="can_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_markup">Add an email to the List</property>
<property name="tooltip_text" translatable="yes">Add an email to the List</property>
<property name="label">gtk-add</property>
<property name="use_stock">True</property>
@@ -225,7 +224,6 @@
<property name="is_focus">True</property>
<property name="can_default">True</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_markup">Remove an email address from the List</property>
<property name="tooltip_text" translatable="yes">Remove an email address from the List</property>
<property name="label">gtk-remove</property>
<property name="use_stock">True</property>
@@ -244,9 +242,8 @@
<property name="is_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
- <property name="has_tooltip">True</property>
<property name="use_underline">True</property>
- <property name="tooltip_markup">Insert email addresses from Address Book</property>
+ <property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes">Insert email addresses from Address Book</property>
<property name="label" translatable="yes">_Select...</property>
<signal name="clicked" handler="contact_list_editor_select_button_clicked_cb"/>