[gaim-migrate @ 13874]

Mon, 03 Oct 2005 22:53:14 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Mon, 03 Oct 2005 22:53:14 +0000
changeset 11603
aba8cfaf4755
parent 11602
bcbd0c5543ec
child 11604
a0563714f351

[gaim-migrate @ 13874]
Patch from sadrul to:

The history plugin doesn't seem to display the
prpl-smileys. This patch fixes that.

committer: Gary Kramlich <grim@reaperworld.com>

src/gtkconv.c file | annotate | diff | comparison | revisions
--- 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),

mercurial