diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | src/toolbar.c | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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> |