comparison 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
comparison
equal deleted inserted replaced
10644:de96582ba40a 10645:6480697e907b
189 title_utf8 = gaim_utf8_try_convert(title); 189 title_utf8 = gaim_utf8_try_convert(title);
190 g_free(title); 190 g_free(title);
191 title = title_utf8; 191 title = title_utf8;
192 gtk_window_set_title(GTK_WINDOW(viewer->window), title); 192 gtk_window_set_title(GTK_WINDOW(viewer->window), title);
193 gtk_imhtml_clear(GTK_IMHTML(viewer->imhtml)); 193 gtk_imhtml_clear(GTK_IMHTML(viewer->imhtml));
194 gtk_imhtml_set_protocol_name(GTK_IMHTML(viewer->imhtml),
195 gaim_account_get_protocol_name(log->account));
194 gtk_imhtml_append_text(GTK_IMHTML(viewer->imhtml), read, 196 gtk_imhtml_append_text(GTK_IMHTML(viewer->imhtml), read,
195 GTK_IMHTML_NO_COMMENTS | GTK_IMHTML_NO_TITLE | GTK_IMHTML_NO_SCROLL | 197 GTK_IMHTML_NO_COMMENTS | GTK_IMHTML_NO_TITLE | GTK_IMHTML_NO_SCROLL |
196 ((flags & GAIM_LOG_READ_NO_NEWLINE) ? GTK_IMHTML_NO_NEWLINE : 0)); 198 ((flags & GAIM_LOG_READ_NO_NEWLINE) ? GTK_IMHTML_NO_NEWLINE : 0));
197 199
198 if (viewer->search) 200 if (viewer->search)