From aaf0d4b39574b24e5f9e7117ca511c23900d3d45 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 20 Apr 2010 21:38:02 +0200 Subject: [PATCH] Guards around midori_browser_add_download_item The function is guarded already but of course the declaration needs to be guarded as well. --- midori/midori-browser.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 1b2f883d..65647f0f 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -198,9 +198,11 @@ static void midori_browser_set_bookmarks (MidoriBrowser* browser, KatzeArray* bookmarks); +#if WEBKIT_CHECK_VERSION (1, 1, 3) static void midori_browser_add_download_item (MidoriBrowser* browser, WebKitDownload* download); +#endif GdkPixbuf* midori_search_action_get_icon (KatzeItem* item,