diff options
| author | 2014-02-05 17:03:56 +0100 | |
|---|---|---|
| committer | 2014-02-05 20:17:35 +0100 | |
| commit | b7435badc2558dfd9b177005a0884b9bbc12fa1e (patch) | |
| tree | 5810fc60de37e8ad6de458037a7e60ec1679a3c8 | |
| parent | Keep cookie policies for new windows (diff) | |
Draw flags on window creation
Signed-off-by: Christoph Lohmann <20h@r-36.net>
| -rw-r--r-- | surf.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |
