changeset 6429:bda4b264806a

[gaim-migrate @ 6937] Etan Reisner noticed this the other day, but noone was around to commit it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 11 Aug 2003 19:52:47 +0000
parents 88f57a755373
children 5211873190ea
files src/gtkutils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkutils.c	Mon Aug 11 19:47:36 2003 +0000
+++ b/src/gtkutils.c	Mon Aug 11 19:52:47 2003 +0000
@@ -669,7 +669,7 @@
 		gtk_widget_show(hbox);
 
 		/* Load the image. */
-		proto_name = prpl_info->list_icon(NULL, NULL);
+		proto_name = prpl_info->list_icon(account, NULL);
 		g_snprintf(buf, sizeof(buf), "%s.png", proto_name);
 
 		filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status",