diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-06 22:31:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-06 22:31:38 +0800 |
commit | e8efae29aefaf2ab8c549fc298b6564f697f1de1 (patch) | |
tree | cdc08704a3a1d0a7094817fceea231ffe6a9df15 /lib | |
parent | 510dc2f81c7d5da00ae321c4f87fe74bc7873e0d (diff) | |
download | gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.gz gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.bz2 gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.lz gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.xz gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.tar.zst gsoc2013-epiphany-e8efae29aefaf2ab8c549fc298b6564f697f1de1.zip |
Change some more i18n inclusion and remove several unused includes.
2003-11-06 Marco Pesenti Gritti <marco@gnome.org>
* embed/downloader-view.c:
* embed/ephy-embed-popup-control.c:
* embed/mozilla/ExternalProtocolService.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-notifiers.cpp:
* lib/ephy-file-helpers.c:
* lib/widgets/ephy-search-entry.c:
Change some more i18n inclusion and remove several
unused includes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-file-helpers.c | 1 | ||||
-rw-r--r-- | lib/widgets/ephy-search-entry.c | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index e569805b7..0d61f5bfc 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -29,7 +29,6 @@ #include <glib.h> #include <glib/gi18n.h> #include <libgnome/gnome-init.h> -#include <libgnome/gnome-exec.h> #include "ephy-file-helpers.h" diff --git a/lib/widgets/ephy-search-entry.c b/lib/widgets/ephy-search-entry.c index 1e8a9e096..e6fa93a92 100644 --- a/lib/widgets/ephy-search-entry.c +++ b/lib/widgets/ephy-search-entry.c @@ -18,9 +18,10 @@ * $Id$ */ -#include <gtk/gtklabel.h> #include <config.h> -#include <libgnome/gnome-i18n.h> + +#include <gtk/gtklabel.h> +#include <glib/gi18n.h> #include <string.h> #include "ephy-search-entry.h" |