Mercurial > pidgin
comparison finch/plugins/gnthistory.c @ 29458:a538cb73f897
propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e)
to branch 'im.pidgin.cpw.rekkanoryo.icqxstatus' (head dcd3ab65d5cfcd79b00a7b95ab5fe788da64c112)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Sun, 07 Feb 2010 19:31:56 +0000 |
parents | bd84462b0e17 cc1e35fa774d |
children |
comparison
equal
deleted
inserted
replaced
28982:791606778223 | 29458:a538cb73f897 |
---|---|
156 | 156 |
157 field = purple_request_field_list_new("/purple/logging/format", _("Log format")); | 157 field = purple_request_field_list_new("/purple/logging/format", _("Log format")); |
158 while (list) { | 158 while (list) { |
159 const char *label = _(list->data); | 159 const char *label = _(list->data); |
160 list = g_list_delete_link(list, list); | 160 list = g_list_delete_link(list, list); |
161 purple_request_field_list_add(field, label, list->data); | 161 purple_request_field_list_add_icon(field, label, NULL, list->data); |
162 if (system && strcmp(system, list->data) == 0) | 162 if (system && strcmp(system, list->data) == 0) |
163 purple_request_field_list_add_selected(field, label); | 163 purple_request_field_list_add_selected(field, label); |
164 list = g_list_delete_link(list, list); | 164 list = g_list_delete_link(list, list); |
165 } | 165 } |
166 purple_request_field_group_add_field(group, field); | 166 purple_request_field_group_add_field(group, field); |