diff finch/gntplugin.c @ 21099:51cf02dbdb0e

disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:30:03 +0000
parents cab348e39751
children fcb848b2d669
line wrap: on
line diff
--- a/finch/gntplugin.c	Sun Oct 14 00:26:00 2007 +0000
+++ b/finch/gntplugin.c	Fri Nov 16 23:30:03 2007 +0000
@@ -468,9 +468,9 @@
 		}
 	}
 
-	return purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields,
+	return purple_request_fields(NULL, _("Preferences"), NULL, NULL, fields,
 			_("Save"), G_CALLBACK(finch_request_save_in_prefs), _("Cancel"), NULL,
 			NULL, NULL, NULL,
-			"plugins", NULL);
+			NULL);
 }