diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-07 00:10:19 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-07 00:10:19 +0800 |
commit | b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6 (patch) | |
tree | cde40f3eb7d416345a1f514e93f974e5834a4727 /src/ephy-main.c | |
parent | e8efae29aefaf2ab8c549fc298b6564f697f1de1 (diff) | |
download | gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.gz gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.bz2 gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.lz gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.xz gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.zst gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.zip |
More headers fixup.
2003-11-06 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-main.c:
* src/ephy-shell.c:
More headers fixup.
* src/window-commands.c: (window_cmd_help_about):
Use gtk icon theme here too.
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 6ca4209ed..5bd37115d 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -26,10 +26,10 @@ #include "ephy-file-helpers.h" #include "EphyAutomation.h" -#include <libbonoboui.h> -#include <libgnome/gnome-program.h> #include <libgnomeui/gnome-ui-init.h> -#include <gtk/gtkwindow.h> +#include <gtk/gtkmessagedialog.h> +#include <libgnome/gnome-program.h> +#include <bonobo/bonobo-main.h> #define EPHY_FACTORY_OAFIID "OAFIID:GNOME_Epiphany_Automation_Factory" |