Mercurial > pidgin
diff libgaim/protocols/qq/utils.c @ 14265:584cbd1628d0
[gaim-migrate @ 16947]
Added support for QQ faces. Thanks to csyfek@gmail.com for the images and protocol update.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Huetsch <markhuetsch> |
|---|---|
| date | Mon, 21 Aug 2006 07:17:40 +0000 |
| parents | 85f3808ca472 |
| children | 69f594f56de5 |
line wrap: on
line diff
--- a/libgaim/protocols/qq/utils.c Mon Aug 21 06:06:54 2006 +0000 +++ b/libgaim/protocols/qq/utils.c Mon Aug 21 07:17:40 2006 +0000 @@ -159,9 +159,9 @@ /* return the QQ icon file name * the return needs to be freed */ -gchar *get_icon_name(gint set, gint suffix) +gchar *get_icon_name(gint set) { - return g_strdup_printf("qq_%d-%d", set, suffix); + return g_strdup_printf("qq_%d", set); } /* convert a QQ UID to a unique name of GAIM
