diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-25 10:52:46 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-25 10:52:46 +0800 |
commit | a93167a77225fa4756852cec1e3a54663ce991e3 (patch) | |
tree | 22ca37fcda7f20b8200ca748141733b74c21a0da /shell/e-shell-view.c | |
parent | c6c72bce6f8227662a205a0c22e0b1d9ddfc6aab (diff) | |
download | gsoc2013-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-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |