changeset 4604:bf42e10c1d8a

[gaim-migrate @ 4891] A picture is worth 997 words: http://www.kingant.net/oscar/gaim/gtkft_size_bug.jpeg http://www.kingant.net/oscar/gaim/gtkft_size_squashed.jpeg A weeks ago printf and I were... intimate. ... So I knew how to fix this. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 22 Feb 2003 19:56:39 +0000
parents 6316a0a33680
children 4fe88c94c3b4
files src/gtkft.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkft.c	Sat Feb 22 19:48:06 2003 +0000
+++ b/src/gtkft.c	Sat Feb 22 19:56:39 2003 +0000
@@ -113,7 +113,7 @@
 			size_index++;
 		}
 
-		return g_strdup_printf("%.3g %s", size_mag, size_str[size_index]);
+		return g_strdup_printf("%.2f %s", size_mag, size_str[size_index]);
 	}
 }