[empathy: 21/53] Make the tree view have alternating row colours.
- From: Jonny Lamb <jonnylamb src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy: 21/53] Make the tree view have alternating row colours.
- Date: Thu, 4 Jun 2009 12:16:49 -0400 (EDT)
commit 989e03b5f67ce060f5f96a5bc8c1d6b176e5bc4b
Author: Jonny Lamb <jonny lamb collabora co uk>
Date: Mon Apr 20 21:54:05 2009 +0100
Make the tree view have alternating row colours.
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
---
src/empathy-debug-dialog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/empathy-debug-dialog.c b/src/empathy-debug-dialog.c
index 27db3f2..ae8cd7c 100644
--- a/src/empathy-debug-dialog.c
+++ b/src/empathy-debug-dialog.c
@@ -443,6 +443,7 @@ debug_dialog_constructor (GType type,
/* Debug treeview */
priv->view = gtk_tree_view_new ();
+ gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (priv->view), TRUE);
renderer = gtk_cell_renderer_text_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]