X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=surf.c;h=0d9988f7ab8acc7032ff2d9f3424e40b67fdd2d5;hb=96edaa8412b4818d6fd34c395b52719ffc749469;hp=ec846ad215a31681edbfe53c38ebb33a5a3f6f58;hpb=e6feabb4f6ef0a19202fb1e3b11ad8b9f4771dc7;p=surf.git diff --git a/surf.c b/surf.c index ec846ad..0d9988f 100644 --- a/surf.c +++ b/surf.c @@ -109,9 +109,6 @@ download(WebKitDownload *o, GParamSpec *pspec, Client *c) { if(status == WEBKIT_DOWNLOAD_STATUS_STARTED || status == WEBKIT_DOWNLOAD_STATUS_CREATED) { c->progress = (int)(webkit_download_get_progress(c->download)*100); } - else { - stop(c); - } updatetitle(c, NULL); } @@ -277,8 +274,6 @@ loadcommit(WebKitWebView *view, WebKitWebFrame *f, Client *c) { void loadstart(WebKitWebView *view, WebKitWebFrame *f, Client *c) { - if(c->download) - stop(c); c->progress = 0; updatetitle(c, NULL); } @@ -409,8 +404,8 @@ newwindow(WebKitWebView *v, WebKitWebFrame *f, Client *c) { void pasteurl(GtkClipboard *clipboard, const gchar *text, gpointer d) { - if(text!=NULL) - loaduri((Client *)d, text); + if(text != NULL) + loaduri((Client *) d, text); } GdkFilterReturn