aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2009-12-29 14:07:55 +0800
committerDiego Escalante Urrelo <diegoe@gnome.org>2009-12-30 04:20:43 +0800
commit915203e369ffadb94ecf895f6c328dcba91a7789 (patch)
tree2cbe872ec81b68f11c14e4160d9eebddbe0aa5de /embed
parentabeb7b173142a8bbc1df66b08cebee20be92112b (diff)
downloadgsoc2013-epiphany-915203e369ffadb94ecf895f6c328dcba91a7789.tar
gsoc2013-epiphany-915203e369ffadb94ecf895f6c328dcba91a7789.tar.gz
gsoc2013-epiphany-915203e369ffadb94ecf895f6c328dcba91a7789.tar.bz2
gsoc2013-epiphany-915203e369ffadb94ecf895f6c328dcba91a7789.tar.lz
gsoc2013-epiphany-915203e369ffadb94ecf895f6c328dcba91a7789.tar.xz
gsoc2013-epiphany-915203e369ffadb94ecf895f6c328dcba91a7789.tar.zst
gsoc2013-epiphany-915203e369ffadb94ecf895f6c328dcba91a7789.zip
downloader-view: fix wrong return type
Bug #594192
Diffstat (limited to 'embed')
-rw-r--r--embed/downloader-view.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index 8af02a428..3ecb4a29d 100644
--- a/embed/downloader-view.c
+++ b/embed/downloader-view.c
@@ -592,10 +592,12 @@ download_status_changed_cb (WebKitDownload *download, GParamSpec *pspec, Downloa
update_download_row (dv, download);
}
-static void
+static gboolean
download_error_cb (WebKitDownload *download, gint error_code, gint error_detail, const gchar *reason, DownloaderView *dv)
{
update_download_row (dv, download);
+
+ return FALSE;
}
static gboolean