Mercurial > pidgin.yaz
diff src/gtklog.c @ 10645:6480697e907b
[gaim-migrate @ 12157]
Thanks to Richard Laager, our log files will be considerably shorter and
we'll be able to see the correct smileys, regardless of log type.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 28 Feb 2005 18:18:22 +0000 |
parents | 0f5c5e6fb27f |
children | 241d2e62bed2 |
line wrap: on
line diff
--- a/src/gtklog.c Sun Feb 27 20:47:00 2005 +0000 +++ b/src/gtklog.c Mon Feb 28 18:18:22 2005 +0000 @@ -191,6 +191,8 @@ title = title_utf8; gtk_window_set_title(GTK_WINDOW(viewer->window), title); gtk_imhtml_clear(GTK_IMHTML(viewer->imhtml)); + gtk_imhtml_set_protocol_name(GTK_IMHTML(viewer->imhtml), + gaim_account_get_protocol_name(log->account)); gtk_imhtml_append_text(GTK_IMHTML(viewer->imhtml), read, GTK_IMHTML_NO_COMMENTS | GTK_IMHTML_NO_TITLE | GTK_IMHTML_NO_SCROLL | ((flags & GAIM_LOG_READ_NO_NEWLINE) ? GTK_IMHTML_NO_NEWLINE : 0));