aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-05-12 20:40:10 +0800
committerChristian Persch <chpe@src.gnome.org>2006-05-12 20:40:10 +0800
commitf61e7ed6587d03f012da13854ba3ba9b56fbcddf (patch)
tree297a2d9978fe3050dce5047d6db9322e5615b7d9 /embed
parentdee395feca2885cf17c7d42e717c67cacdd83214 (diff)
downloadgsoc2013-epiphany-f61e7ed6587d03f012da13854ba3ba9b56fbcddf.tar
gsoc2013-epiphany-f61e7ed6587d03f012da13854ba3ba9b56fbcddf.tar.gz
gsoc2013-epiphany-f61e7ed6587d03f012da13854ba3ba9b56fbcddf.tar.bz2
gsoc2013-epiphany-f61e7ed6587d03f012da13854ba3ba9b56fbcddf.tar.lz
gsoc2013-epiphany-f61e7ed6587d03f012da13854ba3ba9b56fbcddf.tar.xz
gsoc2013-epiphany-f61e7ed6587d03f012da13854ba3ba9b56fbcddf.tar.zst
gsoc2013-epiphany-f61e7ed6587d03f012da13854ba3ba9b56fbcddf.zip
The API is also changed on 1.8 branch, adapt the #ifdef accordingly.
2006-05-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphySidebar.cpp: The API is also changed on 1.8 branch, adapt the #ifdef accordingly.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EphySidebar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/EphySidebar.cpp b/embed/mozilla/EphySidebar.cpp
index 0076c528b..e89749ad2 100644
--- a/embed/mozilla/EphySidebar.cpp
+++ b/embed/mozilla/EphySidebar.cpp
@@ -110,7 +110,7 @@ EphySidebar::AddSearchEngine (const char *aEngineURL,
return NS_OK;
}
-#ifdef HAVE_GECKO_1_9
+#ifdef HAVE_GECKO_1_8_1
/* void addMicrosummaryGenerator (in string generatorURL); */
NS_IMETHODIMP
@@ -119,4 +119,4 @@ EphySidebar::AddMicrosummaryGenerator (const char *generatorURL)
return NS_ERROR_NOT_IMPLEMENTED;
}
-#endif /* HAVE_GECKO_1_9 */
+#endif /* HAVE_GECKO_1_8_1 */