Guards around midori_browser_add_download_item

The function is guarded already but of course the declaration
needs to be guarded as well.
This commit is contained in:
Christian Dywan 2010-04-20 21:38:02 +02:00
parent 01ebb18a9c
commit aaf0d4b395

View file

@ -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,