[epiphany] downloader-view: handle DOWNLOAD_ACTION_DOWNLOAD action
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] downloader-view: handle DOWNLOAD_ACTION_DOWNLOAD action
- Date: Tue, 9 Mar 2010 15:40:37 +0000 (UTC)
commit 1e1799a6c26cf011d3cc545e83f67d3a6b68e81e
Author: Diego Escalante Urrelo <descalante igalia com>
Date: Tue Mar 2 18:28:06 2010 -0500
downloader-view: handle DOWNLOAD_ACTION_DOWNLOAD action
Otherwise we will hit an assert.
Bug #611635
embed/downloader-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index de15dbb..b7bfd76 100644
--- a/embed/downloader-view.c
+++ b/embed/downloader-view.c
@@ -492,6 +492,8 @@ update_download_row (DownloaderView *dv, WebKitDownload *download)
case DOWNLOAD_ACTION_OPEN_LOCATION:
open_downloaded_file_location (dv, download);
break;
+ case DOWNLOAD_ACTION_DOWNLOAD:
+ break;
default:
g_assert_not_reached ();
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]