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:10:44 +0800
commit353e5e8c9d40a98048cc5e2ac8c8c0af2577457c (patch)
tree4bf1d7dc5c18eacadcecb49aa14c31af42c4b85f
parentaba616dfea6dde6e9f66a71a600d90553a04fe90 (diff)
downloadgsoc2013-empathy-353e5e8c9d40a98048cc5e2ac8c8c0af2577457c.tar
gsoc2013-empathy-353e5e8c9d40a98048cc5e2ac8c8c0af2577457c.tar.gz
gsoc2013-empathy-353e5e8c9d40a98048cc5e2ac8c8c0af2577457c.tar.bz2
gsoc2013-empathy-353e5e8c9d40a98048cc5e2ac8c8c0af2577457c.tar.lz
gsoc2013-empathy-353e5e8c9d40a98048cc5e2ac8c8c0af2577457c.tar.xz
gsoc2013-empathy-353e5e8c9d40a98048cc5e2ac8c8c0af2577457c.tar.zst
gsoc2013-empathy-353e5e8c9d40a98048cc5e2ac8c8c0af2577457c.zip
favorite chatrooms dialog: use the right style for the remove button
-rw-r--r--src/empathy-chatrooms-window.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/empathy-chatrooms-window.ui b/src/empathy-chatrooms-window.ui
index dc8e3591f..30700c503 100644
--- a/src/empathy-chatrooms-window.ui
+++ b/src/empathy-chatrooms-window.ui
@@ -72,9 +72,10 @@
<object class="GtkToolButton" id="button_remove">
<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>