comparison 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
comparison
equal deleted inserted replaced
20597:591267f6f1d5 20598:285bb637a2b7
427 msg = g_strdup(_("Please enter the URL of the " 427 msg = g_strdup(_("Please enter the URL of the "
428 "link that you want to insert.")); 428 "link that you want to insert."));
429 } 429 }
430 430
431 toolbar->link_dialog = 431 toolbar->link_dialog =
432 purple_request_fields(toolbar, _("Insert Link"), 432 purple_request_fields_with_hint(toolbar, _("Insert Link"),
433 NULL, 433 NULL,
434 msg, 434 msg,
435 fields, 435 fields,
436 _("_Insert"), G_CALLBACK(do_insert_link_cb), 436 _("_Insert"), G_CALLBACK(do_insert_link_cb),
437 _("Cancel"), G_CALLBACK(cancel_link_cb), 437 _("Cancel"), G_CALLBACK(cancel_link_cb),
438 NULL, NULL, NULL, 438 NULL, NULL, NULL,
439 "conversation", toolbar); 439 "conversation", toolbar);
440 g_free(msg); 440 g_free(msg);
441 g_free(desc); 441 g_free(desc);
442 } else { 442 } else {
443 close_link_dialog(toolbar); 443 close_link_dialog(toolbar);