aboutsummaryrefslogtreecommitdiffstats
path: root/shell
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
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')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-shell-view.c2
-rw-r--r--shell/e-storage-set-view.c2
3 files changed, 9 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 26a88bb1cb..a6243ba328 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2000-05-24 Christopher James Lahey <clahey@helixcode.com>
+
* Makefile.am: Added libepaned.a.
* e-shell-view.c: Switched from GtkPaned to EPaned.
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 8f6e0a307e..9b52631166 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -42,7 +42,7 @@
#include "e-shell-view.h"
#include "e-shell-view-menu.h"
-#include <widgets/e-paned/e-paned.h>
+#include <widgets/e-paned/e-hpaned.h>
#define PARENT_TYPE gnome_app_get_type () /* Losing GnomeApp does not define GNOME_TYPE_APP. */
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);