Introduction
Introduction Statistics Contact Development Disclaimer Help
tdisplaying progress before pagetitle. - surf - customized build of surf, the s…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 45014088088a8984785c612f1ccceb011a1435bf
parent 742fc7fac15ab2b67090e98a661b2ffc8a0bd5b8
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 28 Oct 2009 12:17:15 +0100
displaying progress before pagetitle.
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.