diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-02-10 00:14:18 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-02-10 00:14:18 +0800 |
commit | a00d43743474c70d5919f04fd4dd9488e6050fd7 (patch) | |
tree | d5f1c96930ceda9098f61c211101b507ec875672 /src/ephy-shell.c | |
parent | f985873341b39d28cb7e0f594bd32922aa9b1f64 (diff) | |
download | gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.gz gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.bz2 gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.lz gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.xz gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.zst gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.zip |
Make nautilus view actually work
2003-02-09 Marco Pesenti Gritti <marco@it.gnome.org>
* acconfig.h:
* configure.in:
* data/GNOME_Epiphany_NautilusView.server.in:
* src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init):
* src/ephy-shell.c:
Make nautilus view actually work
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 8d8e461e8..eae78784b 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "ephy-shell.h" #include "ephy-embed-shell.h" #include "eel-gconf-extensions.h" @@ -41,7 +45,7 @@ #include <bonobo/bonobo-generic-factory.h> #include "ephy-nautilus-view.h" -#define EPHY_NAUTILUS_VIEW_OAFIID "OAFIID:GNOME_Ephy_NautilusViewFactory" +#define EPHY_NAUTILUS_VIEW_OAFIID "OAFIID:GNOME_Epiphany_NautilusViewFactory" #endif |