From 451c65b8f08ac7ef4ff4aa90582cc1c78827adeb Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 13 Feb 2007 11:53:33 +0100 Subject: [PATCH] Actually enable the new method on xulrunner 1.9 --- lib/src/GeckoDownload.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src/GeckoDownload.cpp b/lib/src/GeckoDownload.cpp index 4ee6cb97..eb6b4f42 100644 --- a/lib/src/GeckoDownload.cpp +++ b/lib/src/GeckoDownload.cpp @@ -1,3 +1,5 @@ +#include "config.h" + #include #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,