diff options
author | David Bordoley <bordoley@msu.edu> | 2003-04-25 21:30:35 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-04-25 21:30:35 +0800 |
commit | 06b0667718c7dc86bcd189af92688f2e664fab60 (patch) | |
tree | 0adf57813fec8afc8be7f0e880486760426cc3d1 | |
parent | f490b816b02230dd74fc78610eae674f2aa8e88d (diff) | |
download | gsoc2013-epiphany-06b0667718c7dc86bcd189af92688f2e664fab60.tar gsoc2013-epiphany-06b0667718c7dc86bcd189af92688f2e664fab60.tar.gz gsoc2013-epiphany-06b0667718c7dc86bcd189af92688f2e664fab60.tar.bz2 gsoc2013-epiphany-06b0667718c7dc86bcd189af92688f2e664fab60.tar.lz gsoc2013-epiphany-06b0667718c7dc86bcd189af92688f2e664fab60.tar.xz gsoc2013-epiphany-06b0667718c7dc86bcd189af92688f2e664fab60.tar.zst gsoc2013-epiphany-06b0667718c7dc86bcd189af92688f2e664fab60.zip |
Commented out the include egg_toolbars_group.h so that it builds.
2003-04-25 David Bordoley <bordoley@msu.edu>
* src/toolbar.c:
Commented out the include egg_toolbars_group.h
so that it builds.
-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> |