summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c4
1 files changed, 3 insertions, 1 deletions
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;