aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-06 21:56:45 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-06 21:58:44 +0800
commit91dfb1ed94816eb894eaeeba639b8f26a9e5aaba (patch)
tree08c3b130885e41431d35db54871d16bcfa129b54
parent9ce289096e73d8310b0ec80287fe8d9047c93ef6 (diff)
downloadgsoc2013-empathy-91dfb1ed94816eb894eaeeba639b8f26a9e5aaba.tar
gsoc2013-empathy-91dfb1ed94816eb894eaeeba639b8f26a9e5aaba.tar.gz
gsoc2013-empathy-91dfb1ed94816eb894eaeeba639b8f26a9e5aaba.tar.bz2
gsoc2013-empathy-91dfb1ed94816eb894eaeeba639b8f26a9e5aaba.tar.lz
gsoc2013-empathy-91dfb1ed94816eb894eaeeba639b8f26a9e5aaba.tar.xz
gsoc2013-empathy-91dfb1ed94816eb894eaeeba639b8f26a9e5aaba.tar.zst
gsoc2013-empathy-91dfb1ed94816eb894eaeeba639b8f26a9e5aaba.zip
accounts-dialog: display the 'remove' icon only on the selected row
This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
-rw-r--r--src/empathy-accounts-dialog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index ccb3ca5f7..c11d9a30f 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -886,9 +886,7 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog)
gtk_tree_view_column_pack_start (column, cell, FALSE);
g_object_set (cell,
"icon-name", GTK_STOCK_DELETE,
-#ifdef HAVE_MOBLIN
"show-on-select", TRUE,
-#endif
NULL);
g_signal_connect (cell, "path-activated",