Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix download/history bug - surf - customized build of surf, the suckless webki…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit b1e9a6e9ab195aef30595ad1fb64417c7879dcb0
parent 8acc31bbde28b79be906269c0dbcc59974bbb800
Author: Enno Boland (tox) <[email protected]>
Date: Tue, 11 May 2010 14:57:09 +0200
fix download/history bug
Diffstat:
M surf.c | 5 -----
1 file changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -372,8 +372,6 @@ gboolean
initdownload(WebKitWebView *view, WebKitDownload *o, Client *c) {
const char *filename;
char *uri;
- WebKitWebBackForwardList *h;
- WebKitWebHistoryItem *i;
c->download = o;
filename = webkit_download_get_suggested_filename(o);
t@@ -382,9 +380,6 @@ initdownload(WebKitWebView *view, WebKitDownload *o, Clien…
uri = g_strconcat("file://", dldir, "/", filename, NULL);
webkit_download_set_destination_uri(c->download, uri);
c->progress = 0;
- h = webkit_web_view_get_back_forward_list(c->view);
- i = webkit_web_history_item_new_with_data(webkit_download_get_uri(c->d…
- webkit_web_back_forward_list_add_item(h, i);
g_signal_connect(c->download, "notify::progress", G_CALLBACK(updatedow…
g_signal_connect(c->download, "notify::status", G_CALLBACK(updatedownl…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.