diff src/conversation.c @ 907:08d5037c9296

[gaim-migrate @ 917] chat fixes, and a possible gtkhtml fix? (it doesn't hurt) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Sep 2000 21:04:59 +0000
parents 2876c40108cd
children 9f2afe5faed5
line wrap: on
line diff
--- a/src/conversation.c	Thu Sep 14 18:50:04 2000 +0000
+++ b/src/conversation.c	Thu Sep 14 21:04:59 2000 +0000
@@ -722,8 +722,7 @@
 	g_free(buf);
 }
 
-static int
-entry_key_pressed(GtkWidget *w, GtkWidget *entry)
+int entry_key_pressed(GtkWidget *w, GtkWidget *entry)
 {
         check_everything(w);
         return TRUE;
@@ -1374,7 +1373,7 @@
 
 
 
-static void check_spelling( GtkEditable * editable, gchar * new_text,
+void check_spelling( GtkEditable * editable, gchar * new_text,
                                                           gint length, gint * position,
                                                           gpointer data )
 {