comparison pidgin/gtkimhtmltoolbar.c @ 21236:73c5f5bfeb39

disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:01 +0000
parents fba1f6c3df0b
children 8ae227dca885
comparison
equal deleted inserted replaced
21235:fba1f6c3df0b 21236:73c5f5bfeb39
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 PURPLE_REQUEST_HINT_CONV, 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);
444 } 444 }