comparison src/gtklog.c @ 10884:5cda52915a1f

[gaim-migrate @ 12582] Rename create_prpl_icon to gaim_gtk_create_prpl_icon, remove some dead code from gtkconv, and use G_MODULE_BIND_LOCAL - this breaks perl plugins, and should be added to the list of things that need fixing to save perl. Semi-fix the raw plugin too, but only if your filesystem is being friendly in where it puts stuff. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 28 Apr 2005 01:06:31 +0000
parents dcbbad970e0d
children a3d3729a9130
comparison
equal deleted inserted replaced
10883:b0fdadf463d4 10884:5cda52915a1f
461 461
462 title = g_strdup_printf(_("Conversations with %s"), name); 462 title = g_strdup_printf(_("Conversations with %s"), name);
463 } 463 }
464 464
465 display_log_viewer(ht, gaim_log_get_logs(type, screenname, account), 465 display_log_viewer(ht, gaim_log_get_logs(type, screenname, account),
466 title, create_prpl_icon(account)); 466 title, gaim_gtk_create_prpl_icon(account));
467 g_free(title); 467 g_free(title);
468 } 468 }
469 469
470 void gaim_gtk_log_show_contact(GaimContact *contact) { 470 void gaim_gtk_log_show_contact(GaimContact *contact) {
471 struct log_viewer_hash_t *ht = g_new0(struct log_viewer_hash_t, 1); 471 struct log_viewer_hash_t *ht = g_new0(struct log_viewer_hash_t, 1);