displaying progress before pagetitle.
authorEnno Boland (tox) <tox@s01.de>
Wed, 28 Oct 2009 11:17:15 +0000 (12:17 +0100)
committerEnno Boland (tox) <tox@s01.de>
Wed, 28 Oct 2009 11:17:15 +0000 (12:17 +0100)
surf.c

diff --git a/surf.c b/surf.c
index 722d739..f5c9ebf 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -763,7 +763,7 @@ update(Client *c) {
        char *t;
 
        if(c->progress != 100)
-               t = g_strdup_printf("%s [%i%%]", c->title, c->progress);
+               t = g_strdup_printf("[%i%%] %s", c->progress, c->title);
        else if(c->linkhover)
                t = g_strdup(c->linkhover);
        else