Introduction
Introduction Statistics Contact Development Disclaimer Help
tStatus message patch from Jeremy Jackins and skls. - surf - customized build o…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit e75753775ff77bb7c31019ef1dd924e5cc912eb8
parent fc3161614133b6b9e8855110859d7a96c08879d0
Author: Troels Henriksen <[email protected]>
Date: Tue, 17 Jan 2012 13:54:35 +0100
Status message patch from Jeremy Jackins and skls.
Diffstat:
M surf.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -793,10 +793,10 @@ void
update(Client *c) {
char *t;
- if(c->progress != 100)
- t = g_strdup_printf("[%i%%] %s", c->progress, c->title);
- else if(c->linkhover)
+ if(c->linkhover)
t = g_strdup(c->linkhover);
+ else if(c->progress != 100)
+ t = g_strdup_printf("[%i%%] %s", c->progress, c->title);
else
t = g_strdup(c->title);
drawindicator(c);
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.