diff src/gtkimhtml.c @ 11814:fa17fc619f17

[gaim-migrate @ 14105] Fix the display of smilies in text added to the imhtml by the history plugin. Fixes part of SF Bug #1298455. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Oct 2005 13:29:28 +0000
parents a9e9b76905b4
children 2cf6d4cf2cb0
line wrap: on
line diff
--- a/src/gtkimhtml.c	Tue Oct 25 07:02:50 2005 +0000
+++ b/src/gtkimhtml.c	Tue Oct 25 13:29:28 2005 +0000
@@ -3046,6 +3046,11 @@
 	imhtml->show_comments = show;
 }
 
+const char *
+gtk_imhtml_get_protocol_name(GtkIMHtml *imhtml) {
+	return imhtml->protocol_name;
+}
+
 void
 gtk_imhtml_set_protocol_name(GtkIMHtml *imhtml, const gchar *protocol_name) {
 	if (imhtml->protocol_name)