diff src/gtkimhtml.h @ 9029:697e169dac12

[gaim-migrate @ 9805] This should fix bug #953066 and #958331, where we would show the wrong smileys in the text entry when they were inserted without the usual <font sml="> tags (e.g. pasted, ctrl-up). committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 May 2004 08:06:38 +0000
parents b24967757d46
children 4ef4d3220f81
line wrap: on
line diff
--- a/src/gtkimhtml.h	Sun May 23 06:28:29 2004 +0000
+++ b/src/gtkimhtml.h	Sun May 23 08:06:38 2004 +0000
@@ -220,7 +220,7 @@
 
 void       gtk_imhtml_smiley_shortcuts (GtkIMHtml *imhtml, gboolean allow);
 
-void       gtk_imhtml_set_protocol_name(GtkIMHtml *imhtml, gchar *protocol_name);
+void       gtk_imhtml_set_protocol_name(GtkIMHtml *imhtml, const gchar *protocol_name);
 
 #define    gtk_imhtml_append_text(x, y, z) \
  gtk_imhtml_append_text_with_images(x, y, z, NULL)