aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-view.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index c9f3e6c8b0..4a8f100fcc 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,9 @@
2003-02-24 Rodney Dawes <dobey@ximian.com>
+ * e-shell-view.c: Doh, forgot to remove the e-gray-bar.h include
+
+2003-02-24 Rodney Dawes <dobey@ximian.com>
+
* Makefile.am: We don't need e-gray-bar.[ch] anymore
* e-gray-bar.[ch]: Remove these unused files now
* e-shell-folder-title-bar.c: We are themeable now!!!!
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 324a10bd17..2583feca65 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -33,7 +33,6 @@
#include "e-shell-marshal.h"
-#include "e-gray-bar.h"
#include "e-history.h"
#include "e-icon-factory.h"
#include "e-shell-constants.h"