Mercurial > pidgin.yaz
changeset 6430:5211873190ea
[gaim-migrate @ 6938]
Actually, Etan pointed this out. The other thing doesn't even compile.
Why would he point *that* out?
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 11 Aug 2003 19:56:57 +0000 |
parents | bda4b264806a |
children | a10a256b6784 |
files | src/gtkutils.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkutils.c Mon Aug 11 19:52:47 2003 +0000 +++ b/src/gtkutils.c Mon Aug 11 19:56:57 2003 +0000 @@ -669,7 +669,7 @@ gtk_widget_show(hbox); /* Load the image. */ - proto_name = prpl_info->list_icon(account, NULL); + proto_name = prpl_info->list_icon(NULL, NULL); g_snprintf(buf, sizeof(buf), "%s.png", proto_name); filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status", @@ -800,7 +800,7 @@ /* Load the image. */ if (prpl_info != NULL) { - 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",