From f749bb148a440012efa1273bf07de4a6f2fab4d0 Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Wed, 5 Feb 2014 17:03:56 +0100 Subject: [PATCH 2/2] Draw flags on window creation --- surf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 1.8.5.3