Mercurial > pidgin
changeset 11603:b97545f21b4c
[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 <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 03 Oct 2005 22:53:14 +0000 |
parents | 24274a79d6b0 |
children | 6be663877350 |
files | src/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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),