diff finch/gntplugin.c @ 29457:5391094529c6

propagate from branch 'im.pidgin.pidgin' (head a59a573e3b9b2eb42ff728ba9ff56095f5c9e0d0) to branch 'im.pidgin.cpw.rekkanoryo.icqxstatus' (head b2dd657b5f76abb4285d229516102653fd4616eb)
author Richard Laager <rlaager@wiktel.com>
date Mon, 06 Apr 2009 05:19:40 +0000
parents f5f08111da52 cc1e35fa774d
children a538cb73f897
line wrap: on
line diff
--- a/finch/gntplugin.c	Sun Apr 05 20:06:11 2009 +0000
+++ b/finch/gntplugin.c	Mon Apr 06 05:19:40 2009 +0000
@@ -496,7 +496,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;