diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-05-12 20:40:10 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-05-12 20:40:10 +0800 |
commit | f61e7ed6587d03f012da13854ba3ba9b56fbcddf (patch) | |
tree | 297a2d9978fe3050dce5047d6db9322e5615b7d9 /embed/mozilla/EphySidebar.cpp | |
parent | dee395feca2885cf17c7d42e717c67cacdd83214 (diff) | |
download | gsoc2013-epiphany-f61e7ed6587d03f012da13854ba3ba9b56fbcddf.tar.gz 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/mozilla/EphySidebar.cpp')
-rw-r--r-- | embed/mozilla/EphySidebar.cpp | 4 |
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 */ |