Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-13 10:53:33 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-13 10:53:33 (GMT)
commit451c65b8f08ac7ef4ff4aa90582cc1c78827adeb (patch)
tree4a5501ae2da4a6140d29a8a65037988bbf4c275d /lib
parent63c5bd5dbdbede63b65f9a919d49591fe7325632 (diff)
Actually enable the new method on xulrunner 1.9
Diffstat (limited to 'lib')
-rw-r--r--lib/src/GeckoDownload.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/src/GeckoDownload.cpp b/lib/src/GeckoDownload.cpp
index 4ee6cb9..eb6b4f4 100644
--- a/lib/src/GeckoDownload.cpp
+++ b/lib/src/GeckoDownload.cpp
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <nsIFactory.h>
#include "sugar-download-manager.h"
@@ -148,7 +150,7 @@ GeckoDownload::OnSecurityChange (nsIWebProgress *aWebProgress,
return NS_OK;
}
-#ifdef HAVE_MOZILLA_1_9
+#ifdef HAVE_GECKO_1_9
NS_IMETHODIMP
GeckoDownload::OnRefreshAttempted (nsIWebProgress *aWebProgress,