Mercurial > pidgin
diff finch/gntprefs.c @ 21667:919338d399ae
merge of '2fcb5d2cb35c5ba692592e22bc442c3d62000f85'
and '61c8d242483046a3b3b43cd1afbb794af35a08c9'
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Tue, 27 Nov 2007 15:57:08 +0000 |
parents | dccfd999ffe7 |
children | c38d72677c8a |
line wrap: on
line diff
--- a/finch/gntprefs.c Tue Nov 27 15:56:20 2007 +0000 +++ b/finch/gntprefs.c Tue Nov 27 15:57:08 2007 +0000 @@ -261,9 +261,9 @@ add_pref_group(fields, _("Idle"), idle); pref_request.showing = TRUE; - pref_request.window = purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields, + pref_request.window = purple_request_fields(NULL, _("Preferences"), NULL, NULL, fields, _("Save"), G_CALLBACK(save_cb), _("Cancel"), free_strings, NULL, NULL, NULL, - PURPLE_REQUEST_UI_HINT_PREFSMGR, NULL); + NULL); }