Mercurial > pidgin
diff src/request.h @ 14066:29f03c8fba4a
[gaim-migrate @ 16687]
I think this is better.
committer: Tailor Script <tailor@pidgin.im>
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Thu, 10 Aug 2006 18:18:17 +0000 |
| parents | a651bfe0a922 |
| children |
line wrap: on
line diff
--- a/src/request.h Thu Aug 10 15:44:43 2006 +0000 +++ b/src/request.h Thu Aug 10 18:18:17 2006 +0000 @@ -909,7 +909,7 @@ * @param items The list of selected items. */ void gaim_request_field_list_set_selected(GaimRequestField *field, - GList *items); + const GList *items); /** * Returns whether or not a particular item is selected in a list field.
