aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-25 10:52:46 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-25 10:52:46 +0800
commita93167a77225fa4756852cec1e3a54663ce991e3 (patch)
tree22ca37fcda7f20b8200ca748141733b74c21a0da /shell/e-storage-set-view.c
parentc6c72bce6f8227662a205a0c22e0b1d9ddfc6aab (diff)
downloadgsoc2013-evolution-a93167a77225fa4756852cec1e3a54663ce991e3.tar
gsoc2013-evolution-a93167a77225fa4756852cec1e3a54663ce991e3.tar.gz
gsoc2013-evolution-a93167a77225fa4756852cec1e3a54663ce991e3.tar.bz2
gsoc2013-evolution-a93167a77225fa4756852cec1e3a54663ce991e3.tar.lz
gsoc2013-evolution-a93167a77225fa4756852cec1e3a54663ce991e3.tar.xz
gsoc2013-evolution-a93167a77225fa4756852cec1e3a54663ce991e3.tar.zst
gsoc2013-evolution-a93167a77225fa4756852cec1e3a54663ce991e3.zip
Was using the wrong include here.
2000-05-24 Christopher James Lahey <clahey@helixcode.com> * e-shell-view.c: Was using the wrong include here. * e-storage-set-view.c: Got rid of the lines in the tree view. svn path=/trunk/; revision=3195
Diffstat (limited to 'shell/e-storage-set-view.c')
-rw-r--r--shell/e-storage-set-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c
index 1e2a9a5807..f6c5699e22 100644
--- a/shell/e-storage-set-view.c
+++ b/shell/e-storage-set-view.c
@@ -555,7 +555,9 @@ e_storage_set_view_construct (EStorageSetView *storage_set_view,
/* Set up GtkCTree/GtkCList parameters. */
gtk_ctree_construct (ctree, 1, 0, NULL);
+#if 0
gtk_ctree_set_line_style (ctree, GTK_CTREE_LINES_DOTTED);
+#endif
gtk_clist_set_selection_mode (GTK_CLIST (ctree), GTK_SELECTION_BROWSE);
gtk_clist_set_row_height (GTK_CLIST (ctree), E_SHELL_MINI_ICON_SIZE);