[hackers] [surf] displaying progress before pagetitle. || Enno Boland (tox)

From: <hg_AT_suckless.org>
Date: Wed, 28 Oct 2009 11:17:22 +0000 (UTC)

changeset: 159:524ce3a2f5dd
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Wed Oct 28 12:17:15 2009 +0100
files: surf.c
description:
displaying progress before pagetitle.

diff -r c877da80a4f0 -r 524ce3a2f5dd surf.c
--- a/surf.c Tue Oct 27 08:26:21 2009 +0100
+++ b/surf.c Wed Oct 28 12:17:15 2009 +0100
@@ -763,7 +763,7 @@
         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
Received on Wed Oct 28 2009 - 11:17:22 UTC

This archive was generated by hypermail 2.2.0 : Wed Oct 28 2009 - 11:24:05 UTC