From 42a654901e1cdc2abf20feff9eb1d7128246d6a1 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Wed, 4 Mar 2009 23:59:35 +0000 Subject: Basic download functionality for ephy/webkit. This update also removes the EphyDownload wrapper, which should be no longer needed with the advent of WebKitDownload. http://bugzilla.gnome.org/show_bug.cgi?id=570735 svn path=/trunk/; revision=8848 --- embed/downloader-view.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embed/downloader-view.h') diff --git a/embed/downloader-view.h b/embed/downloader-view.h index 52f5023df..82cb101f0 100644 --- a/embed/downloader-view.h +++ b/embed/downloader-view.h @@ -21,8 +21,8 @@ #define DOWNLOADER_VIEW_H #include "ephy-dialog.h" -#include "ephy-download.h" +#include #include #include @@ -57,10 +57,10 @@ GType downloader_view_get_type (void); DownloaderView *downloader_view_new (void); void downloader_view_add_download (DownloaderView *dv, - EphyDownload *download); + WebKitDownload *download); void downloader_view_remove_download (DownloaderView *dv, - EphyDownload *download); + WebKitDownload *download); G_END_DECLS -- cgit v1.2.3