[empathy: 3/8] status preset dialog: use the right style for the remove button



commit 65c7d23af61ed8f6980e8bba4cb8c94c67d75977
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jan 23 12:05:18 2012 +0100

    status preset dialog: use the right style for the remove button

 libempathy-gtk/empathy-status-preset-dialog.ui |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-status-preset-dialog.ui b/libempathy-gtk/empathy-status-preset-dialog.ui
index 359a02f..19bfdc9 100644
--- a/libempathy-gtk/empathy-status-preset-dialog.ui
+++ b/libempathy-gtk/empathy-status-preset-dialog.ui
@@ -41,9 +41,10 @@
               <object class="GtkToolButton" id="remove-button">
                 <property name="tooltip-text" translatable="yes">Remove</property>
                 <property name="visible">True</property>
-                <property name="use_action_appearance">False</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="icon_name">list-remove-symbolic</property>
                 <property name="use_underline">True</property>
-                <property name="stock_id">gtk-remove</property>
               </object>
               <packing>
                 <property name="expand">False</property>



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