diff options
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 |