[empathy] accounts-dialog: display the 'remove' icon only on the selected row



commit 91dfb1ed94816eb894eaeeba639b8f26a9e5aaba
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Nov 6 13:56:45 2009 +0000

    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).

 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 ccb3ca5..c11d9a3 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",



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