diff src/gtkaccount.c @ 7107:9220c7490cd1

[gaim-migrate @ 7672] This is a big one: normalize() -> gaim_normalize, linkify_text() -> gaim_markup_linkify(), gaim_get_size_string() -> gaim_str_size_to_units(), and moved clean_pid() to main.c. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 06:17:28 +0000
parents 9946001989a3
children 669af8c0801a
line wrap: on
line diff
--- a/src/gtkaccount.c	Wed Oct 01 05:56:58 2003 +0000
+++ b/src/gtkaccount.c	Wed Oct 01 06:17:28 2003 +0000
@@ -273,7 +273,7 @@
 	width = gdk_pixbuf_get_width(pixbuf);
 	height = gdk_pixbuf_get_height(pixbuf);
 	basename = g_path_get_basename(filename);
-	size = gaim_get_size_string(st.st_size);
+	size = gaim_str_size_to_units(st.st_size);
 	markup = g_strdup_printf(_("<b>File:</b> %s\n"
 							   "<b>File size:</b> %s\n"
 							   "<b>Image size:</b> %dx%d"),