diff finch/plugins/gnthistory.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 f2e42e09e635
children 6bb29f94862c
line wrap: on
line diff
--- a/finch/plugins/gnthistory.c	Fri Nov 16 03:39:04 2007 +0000
+++ b/finch/plugins/gnthistory.c	Sat Nov 17 00:12:30 2007 +0000
@@ -172,15 +172,14 @@
 
 		purple_request_fields_add_group(fields, group);
 
-		purple_request_fields_with_hint(plugin, NULL, _("History Plugin Requires Logging"),
-							_("Logging can be enabled from Tools -> Preferences -> Logging.\n\n"
-							  "Enabling logs for instant messages and/or chats will activate "
-							  "history for the same conversation type(s)."),
-							fields,
-							_("OK"), G_CALLBACK(finch_request_save_in_prefs),
-							_("Cancel"), NULL,
-							NULL, NULL, NULL,
-							"42. That's your hint. Take it, or leave it.", plugin);
+		purple_request_fields(plugin, NULL, _("History Plugin Requires Logging"),
+				      _("Logging can be enabled from Tools -> Preferences -> Logging.\n\n"
+				      "Enabling logs for instant messages and/or chats will activate "
+				      "history for the same conversation type(s)."),
+				      fields,
+				      _("OK"), G_CALLBACK(finch_request_save_in_prefs),
+				      _("Cancel"), NULL,
+				      NULL, NULL, NULL, plugin);
 	}
 }