aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xsrc/toolbar.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a05d625ff..392d42c5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-04-25 David Bordoley <bordoley@msu.edu>
+
+ * src/toolbar.c:
+
+ Commented out the include egg_toolbars_group.h
+ so that it builds.
+
2003-04-25 Marco Pesenti Gritti <marco@it.gnome.org>
* data/ui/epiphany-toolbar.xml.in:
diff --git a/src/toolbar.c b/src/toolbar.c
index 40ba6c0cd..1525edddc 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -35,7 +35,7 @@
#include "ephy-string.h"
#include "ephy-debug.h"
#include "ephy-new-bookmark.h"
-#include "egg-toolbars-group.h"
+/*#include "egg-toolbars-group.h"*/
#include "ephy-stock-icons.h"
#include <string.h>