comparison finch/gntprefs.c @ 19970:6a0d9fa477d4

propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 656aa6cb789d7885b3a72600bf323c104d8ebfd8)
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 19:11:38 +0000
parents 44b4e8bd759b b8870878531e
children 591267f6f1d5
comparison
equal deleted inserted replaced
19969:0633ecda7ed0 19970:6a0d9fa477d4
261 261
262 pref_request.showing = TRUE; 262 pref_request.showing = TRUE;
263 pref_request.window = purple_request_fields(NULL, _("Preferences"), NULL, NULL, fields, 263 pref_request.window = purple_request_fields(NULL, _("Preferences"), NULL, NULL, fields,
264 _("Save"), G_CALLBACK(save_cb), _("Cancel"), free_strings, 264 _("Save"), G_CALLBACK(save_cb), _("Cancel"), free_strings,
265 NULL, NULL, NULL, 265 NULL, NULL, NULL,
266 NULL); 266 "preferences", NULL);
267 } 267 }
268 268