pidgin/gtkimhtmltoolbar.c

changeset 21175
c6d76b49c206
parent 21174
8ba833993a11
child 21352
e10c4ea18f7c
equal deleted inserted replaced
21174:8ba833993a11 21175:c6d76b49c206
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_with_hint(toolbar, _("Insert Link"), 432 purple_request_fields(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 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);
444 } 444 }

mercurial