commit b7435badc2558dfd9b177005a0884b9bbc12fa1e
Author: Quentin Rameau <[email protected]>
Date:   Wed Feb 5 17:03:56 2014 +0100

    Draw flags on window creation
    
    Signed-off-by: Christoph Lohmann <[email protected]>

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;
 


Reply via email to