[empathy: 1/8] contact-blocking-dialog: use the right style for the remove button



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

    contact-blocking-dialog: use the right style for the remove button

 libempathy-gtk/empathy-contact-blocking-dialog.ui |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.ui b/libempathy-gtk/empathy-contact-blocking-dialog.ui
index 25499ac..fd95186 100644
--- a/libempathy-gtk/empathy-contact-blocking-dialog.ui
+++ b/libempathy-gtk/empathy-contact-blocking-dialog.ui
@@ -86,12 +86,12 @@
             </style>
             <child>
               <object class="GtkToolButton" id="remove-button">
-                <property name="stock_id">gtk-remove</property>
+                <property name="tooltip-text" translatable="yes">Remove</property>
                 <property name="visible">True</property>
-                <property name="sensitive">False</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="tooltip-text" translatable="yes">Remove</property>
+                <property name="icon_name">list-remove-symbolic</property>
+                <property name="use_underline">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -101,6 +101,7 @@
           </object>
           <packing>
             <property name="expand">False</property>
+            <property name="fill">False</property>
             <property name="position">1</property>
           </packing>
         </child>



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