X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=cac31d6a80e3b9f731443ce3a5459b0f2e60410f;hp=0ed831c22a665e35cc3d6ecdee8b5fb0b83f1eca;hb=981e52d5a755f7a30fc59595ab84f9df05a84f01;hpb=a7f2765da47529142d61c369f0cea6a68db4ed20 diff --git a/surf.c b/surf.c index 0ed831c..cac31d6 100644 --- a/surf.c +++ b/surf.c @@ -613,7 +613,7 @@ newwindow(Client *c, const Arg *arg) { if(!plugin) cmd[i++] = "-p"; if(!loadimage) - cmd[i++] = "-l"; + cmd[i++] = "-i"; if(showxid) cmd[i++] = "-x"; cmd[i++] = "--"; @@ -707,7 +707,7 @@ setcookie(SoupCookie *c) { SoupDate *e; SoupCookieJar *j = soup_cookie_jar_text_new(cookiefile, FALSE); c = soup_cookie_copy(c); - if(c && c->expires == NULL) { + if(c->expires == NULL) { e = soup_date_new_from_time_t(time(NULL) + sessiontime); soup_cookie_set_expires(c, e); }