diff finch/gntplugin.c @ 21560:665e04562de0

This merge has the effect of reverting the hinting code from trunk.
author Richard Laager <rlaager@wiktel.com>
date Sat, 17 Nov 2007 00:12:30 +0000
parents 5321f283365e fcb848b2d669
children 0a5dcdbdc89a
line wrap: on
line diff
--- a/finch/gntplugin.c	Fri Nov 16 03:39:04 2007 +0000
+++ b/finch/gntplugin.c	Sat Nov 17 00:12:30 2007 +0000
@@ -471,9 +471,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,
-			PURPLE_REQUEST_UI_HINT_PLUGINMGR, NULL);
+			NULL);
 }