diff finch/gntprefs.c @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 8ae227dca885
line wrap: on
line diff
--- a/finch/gntprefs.c	Sun Oct 14 20:53:40 2007 +0000
+++ b/finch/gntprefs.c	Fri Nov 16 23:01:12 2007 +0000
@@ -264,6 +264,6 @@
 	pref_request.window = purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields,
 			_("Save"), G_CALLBACK(save_cb), _("Cancel"), free_strings,
 			NULL, NULL, NULL,
-			PURPLE_REQUEST_UI_HINT_PREFSMGR, NULL);
+			PURPLE_UI_REQUEST_HINT_PREFSMGR, NULL);
 }