diff pidgin/gtkimhtmltoolbar.c @ 20598:285bb637a2b7

Updated hinting to be less invasive
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 16:19:34 +0000
parents 591267f6f1d5
children fdefa5eb46e2
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c	Sat Sep 22 09:48:07 2007 +0000
+++ b/pidgin/gtkimhtmltoolbar.c	Sat Sep 22 16:19:34 2007 +0000
@@ -429,13 +429,13 @@
 		}
 
 		toolbar->link_dialog =
-			purple_request_fields(toolbar, _("Insert Link"),
+			purple_request_fields_with_hint(toolbar, _("Insert Link"),
 					    NULL,
-						msg,
+					    msg,
 					    fields,
 					    _("_Insert"), G_CALLBACK(do_insert_link_cb),
 					    _("Cancel"), G_CALLBACK(cancel_link_cb),
-						NULL, NULL, NULL,
+					    NULL, NULL, NULL,
 					    "conversation", toolbar);
 		g_free(msg);
 		g_free(desc);