# HG changeset patch
# User Mark Doliner <mark@kingant.net>
# Date 1045943799 0
# Node ID bf42e10c1d8ab9391ba2215902235a788939dbbd
# Parent  6316a0a33680a372502fbc53fd75ecb163ded07a
[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>

diff -r 6316a0a33680 -r bf42e10c1d8a src/gtkft.c
--- 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]);
 	}
 }