finch/gntplugin.c

branch
cpw.rekkanoryo.icqxstatus
changeset 29304
6a941ac152e3
parent 29106
51c7b2177e42
parent 26657
1067482b6de1
child 31294
73607ab89c6f
--- a/finch/gntplugin.c	Fri Feb 05 14:40:39 2010 +0000
+++ b/finch/gntplugin.c	Sun Feb 07 19:31:56 2010 +0000
@@ -498,7 +498,7 @@
 						break;
 				}
 				stringlist = g_list_prepend(stringlist, value);
-				purple_request_field_list_add(field, label, value);
+				purple_request_field_list_add_icon(field, label, NULL, value);
 				if (strcmp(value, current_value) == 0)
 					purple_request_field_list_add_selected(field, label);
 				list = list->next->next;

mercurial