diff options
| author | 2009-10-28 12:17:15 +0100 | |
|---|---|---|
| committer | 2009-10-28 12:17:15 +0100 | |
| commit | 45014088088a8984785c612f1ccceb011a1435bf (patch) | |
| tree | ca13b2f6baa05aec4b10856092d671353b5adba5 | |
| parent | adding automatic download for not supported files. (diff) | |
displaying progress before pagetitle.
| -rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
