diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2006-01-04 05:01:13 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2006-01-04 05:01:13 +0800 |
commit | 40550148189eda98c1f2797297ced73958c201ba (patch) | |
tree | cafa4f857915b3c494a6517c01627e2469f6dc97 /src/ephy-main.c | |
parent | 9b7de7f9cc94ac6da11f9e447bd614a08d7fdee1 (diff) | |
download | gsoc2013-epiphany-40550148189eda98c1f2797297ced73958c201ba.tar gsoc2013-epiphany-40550148189eda98c1f2797297ced73958c201ba.tar.gz gsoc2013-epiphany-40550148189eda98c1f2797297ced73958c201ba.tar.bz2 gsoc2013-epiphany-40550148189eda98c1f2797297ced73958c201ba.tar.lz gsoc2013-epiphany-40550148189eda98c1f2797297ced73958c201ba.tar.xz gsoc2013-epiphany-40550148189eda98c1f2797297ced73958c201ba.tar.zst gsoc2013-epiphany-40550148189eda98c1f2797297ced73958c201ba.zip |
R src/ephy-automation.h:
2006-01-03 Crispin Flowerday <gnome@flowerday.cx>
* configure.ac:
* src/ephy-main.c:
R src/ephy-automation.h:
Remove various references to bonobo, ephy is now officially
monkey free!
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index e7181b6d0..9dc13ed25 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -35,7 +35,6 @@ #include <gtk/gtkmessagedialog.h> #include <gdk/gdkx.h> #include <libgnome/gnome-program.h> -#include <bonobo/bonobo-main.h> #include <glib/gi18n.h> #include <libgnomevfs/gnome-vfs-init.h> #include <libgnomevfs/gnome-vfs-utils.h> |