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:
parent
01ebb18a9c
commit
aaf0d4b395
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue