[empathy] Use the property in the accounts dialog.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Use the property in the accounts dialog.
- Date: Wed, 30 Sep 2009 12:26:48 +0000 (UTC)
commit 86cbe5d53c2826192741f179e3b434491f09c4a9
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Sep 29 17:31:14 2009 +0200
Use the property in the accounts dialog.
src/empathy-accounts-dialog.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 85b738d..c2e4e44 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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]