X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=surf.c;h=0298ed35c03129c2f5c8bde9cdc85e78efdf6fa4;hb=b7435badc2558dfd9b177005a0884b9bbc12fa1e;hp=ba0195825c139be07b40141723ae6a56d898a954;hpb=4b623bd28ae1ffdecdbc62f68b90340311ad5adc;p=surf.git diff --git a/surf.c b/surf.c index ba01958..0298ed3 100644 --- a/surf.c +++ b/surf.c @@ -890,7 +890,9 @@ newclient(void) { if(hidebackground) webkit_web_view_set_transparent(c->view, TRUE); - c->title = NULL; + c->title = ""; + c->progress = 100; + updatetitle(c); c->next = clients; clients = c;