libgaim/protocols/qq/utils.c

changeset 14327
35a1e5dda285
parent 14304
1b119ac26ec3
child 14381
f61d2e267c67
--- 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

mercurial