diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-06 21:56:45 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-06 21:58:44 +0800 |
commit | 91dfb1ed94816eb894eaeeba639b8f26a9e5aaba (patch) | |
tree | 08c3b130885e41431d35db54871d16bcfa129b54 /src | |
parent | 9ce289096e73d8310b0ec80287fe8d9047c93ef6 (diff) | |
download | gsoc2013-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).
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 |
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", |