pidgin/pidgin

b5eccef8404e
Avoid manual handling of icons in request field list items

* Use `PurpleKeyValuePair` as field list items
* Replace `icons` list with `has_icons` flag, thus fixing memleak
* Replace `purple_request_field_list_get_icons` with `purple_request_field_list_has_icons`

Testing Done:
Compile and run.

Reviewed at https://reviews.imfreedom.org/r/563/
#tab-label-typing {
color: #4e9a06;
}
#tab-label-typed {
color: #c4a000;
}
#tab-label-attention {
color: #006aff;
}
#tab-label-unreadchat {
color: #cc0000;
}
#tab-label-event {
color: #888a85;
}