aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-09-29 23:31:14 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-09-30 20:26:28 +0800
commit86cbe5d53c2826192741f179e3b434491f09c4a9 (patch)
tree05a9c5b9c4271955f665598d6082bfd33a81aad7 /src/empathy-accounts-dialog.c
parent20d67de0b67588163800b633174d245dfd509f2e (diff)
downloadgsoc2013-empathy-86cbe5d53c2826192741f179e3b434491f09c4a9.tar
gsoc2013-empathy-86cbe5d53c2826192741f179e3b434491f09c4a9.tar.gz
gsoc2013-empathy-86cbe5d53c2826192741f179e3b434491f09c4a9.tar.bz2
gsoc2013-empathy-86cbe5d53c2826192741f179e3b434491f09c4a9.tar.lz
gsoc2013-empathy-86cbe5d53c2826192741f179e3b434491f09c4a9.tar.xz
gsoc2013-empathy-86cbe5d53c2826192741f179e3b434491f09c4a9.tar.zst
gsoc2013-empathy-86cbe5d53c2826192741f179e3b434491f09c4a9.zip
Use the property in the accounts dialog.
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r--src/empathy-accounts-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 85b738d1c..c2e4e445a 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -863,6 +863,9 @@ 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_NBTK
+ "show-on-select", TRUE,
+#endif
NULL);
g_signal_connect (cell, "path-activated",