comparison pidgin/gtklog.c @ 15435:29e443e0613f

I think this takes care of protocol icons. Note there are still places that ask for a "stauts icon" and expect a protocol icon. I haven't hit those yet.
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 10:15:07 +0000
parents 5fe8042783c1
children 9c0cf4db1f4d
comparison
equal deleted inserted replaced
15434:974e8112b27e 15435:29e443e0613f
501 501
502 title = g_strdup_printf(_("Conversations with %s"), name); 502 title = g_strdup_printf(_("Conversations with %s"), name);
503 } 503 }
504 504
505 display_log_viewer(ht, gaim_log_get_logs(type, screenname, account), 505 display_log_viewer(ht, gaim_log_get_logs(type, screenname, account),
506 title, gaim_gtk_create_prpl_icon(account, 0.5), gaim_log_get_total_size(type, screenname, account)); 506 title, gaim_gtk_create_prpl_icon(account, PIDGIN_PRPL_ICON_MEDIUM),
507 gaim_log_get_total_size(type, screenname, account));
507 g_free(title); 508 g_free(title);
508 } 509 }
509 510
510 void gaim_gtk_log_show_contact(GaimContact *contact) { 511 void gaim_gtk_log_show_contact(GaimContact *contact) {
511 struct log_viewer_hash_t *ht = g_new0(struct log_viewer_hash_t, 1); 512 struct log_viewer_hash_t *ht = g_new0(struct log_viewer_hash_t, 1);