[evolution] Remove tooltip_markup from .ui



commit 885cb6c0507de2267ed1adfe9f7fd7c49833ec95
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Fri May 18 18:54:55 2012 +0200

    Remove tooltip_markup from .ui
    
    As it turns out, it's not actually required.

 .../gui/contact-list-editor/contact-list-editor.ui |    5 +----
 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 2d836cd..6d262aa 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"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]