Mercurial > pidgin.yaz
comparison finch/gntprefs.c @ 21351:7b30d02a36aa
merge of '55275a531f00a6cabade1b8bfe74eafa3c2db4ba'
and 'a4922c657f183e4b124142298268ba47350a72e0'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 16 Nov 2007 23:01:34 +0000 |
parents | d4f95419be45 |
children | 8ae227dca885 |
comparison
equal
deleted
inserted
replaced
21334:e76b99d95214 | 21351:7b30d02a36aa |
---|---|
262 | 262 |
263 pref_request.showing = TRUE; | 263 pref_request.showing = TRUE; |
264 pref_request.window = purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields, | 264 pref_request.window = purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields, |
265 _("Save"), G_CALLBACK(save_cb), _("Cancel"), free_strings, | 265 _("Save"), G_CALLBACK(save_cb), _("Cancel"), free_strings, |
266 NULL, NULL, NULL, | 266 NULL, NULL, NULL, |
267 PURPLE_REQUEST_UI_HINT_PREFSMGR, NULL); | 267 PURPLE_UI_REQUEST_HINT_PREFSMGR, NULL); |
268 } | 268 } |
269 | 269 |