pidgin/gtklog.c

changeset 15496
76b5ca00a36c
parent 15435
4b933b06d75e
child 15497
92f02f4bd5ee
equal deleted inserted replaced
15495:105fdac48813 15496:76b5ca00a36c
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);

mercurial