epiphany r8152 - branches/gnome-2-22/embed/mozilla
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8152 - branches/gnome-2-22/embed/mozilla
- Date: Fri, 28 Mar 2008 15:08:09 +0000 (GMT)
Author: chpe
Date: Fri Mar 28 15:08:09 2008
New Revision: 8152
URL: http://svn.gnome.org/viewvc/epiphany?rev=8152&view=rev
Log:
Make this inclusion conditionally, since we don't use our directory provider on xr 1.9.
Modified:
   branches/gnome-2-22/embed/mozilla/mozilla-embed-single.cpp
Modified: branches/gnome-2-22/embed/mozilla/mozilla-embed-single.cpp
==============================================================================
--- branches/gnome-2-22/embed/mozilla/mozilla-embed-single.cpp	(original)
+++ branches/gnome-2-22/embed/mozilla/mozilla-embed-single.cpp	Fri Mar 28 15:08:09 2008
@@ -89,7 +89,6 @@
 #include "mozilla-notifiers.h"
 
 #include "EphyBrowser.h"
-#include "EphyDirectoryProvider.h"
 #include "EphySingle.h"
 #include "EphyUtils.h"
 #include "MozRegisterComponents.h"
@@ -107,6 +106,10 @@
 
 #define MOZILLA_EMBED_SINGLE_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), MOZILLA_TYPE_EMBED_SINGLE, MozillaEmbedSinglePrivate))
 
+#ifndef HAVE_GECKO_1_9
+#include "EphyDirectoryProvider.h"
+#endif /* HAVE_GECKO_1_9 */;
+
 struct MozillaEmbedSinglePrivate
 {
 	char *user_prefs;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]