aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-23 19:05:18 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-23 19:15:15 +0800
commit65c7d23af61ed8f6980e8bba4cb8c94c67d75977 (patch)
treeb90b5981dd85618274a901cb62cee7eee30c8492
parent353e5e8c9d40a98048cc5e2ac8c8c0af2577457c (diff)
downloadgsoc2013-empathy-65c7d23af61ed8f6980e8bba4cb8c94c67d75977.tar
gsoc2013-empathy-65c7d23af61ed8f6980e8bba4cb8c94c67d75977.tar.gz
gsoc2013-empathy-65c7d23af61ed8f6980e8bba4cb8c94c67d75977.tar.bz2
gsoc2013-empathy-65c7d23af61ed8f6980e8bba4cb8c94c67d75977.tar.lz
gsoc2013-empathy-65c7d23af61ed8f6980e8bba4cb8c94c67d75977.tar.xz
gsoc2013-empathy-65c7d23af61ed8f6980e8bba4cb8c94c67d75977.tar.zst
gsoc2013-empathy-65c7d23af61ed8f6980e8bba4cb8c94c67d75977.zip
status preset dialog: use the right style for the remove button
-rw-r--r--libempathy-gtk/empathy-status-preset-dialog.ui5
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 359a02f9e..19bfdc910 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>