aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
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 */