# HG changeset patch # User Gary Kramlich # Date 1128379994 0 # Node ID b97545f21b4c1ffd51f202f5ce8219cb2611f9a8 # Parent 24274a79d6b0d347d83daad6a8983510ef4cb829 [gaim-migrate @ 13874] Patch from sadrul to: The history plugin doesn't seem to display the prpl-smileys. This patch fixes that. committer: Tailor Script diff -r 24274a79d6b0 -r b97545f21b4c src/gtkconv.c --- a/src/gtkconv.c Mon Oct 03 21:49:02 2005 +0000 +++ b/src/gtkconv.c Mon Oct 03 22:53:14 2005 +0000 @@ -3829,6 +3829,8 @@ gtkconv->show_timestamps = TRUE; gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml), TRUE); + gtk_imhtml_set_protocol_name(GTK_IMHTML(gtkconv->imhtml), + gaim_account_get_protocol_name(conv->account)); g_signal_connect_swapped(G_OBJECT(pane), "focus", G_CALLBACK(gtk_widget_grab_focus),