comparison 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
comparison
equal deleted inserted replaced
906:7b976e5e1c3a 907:08d5037c9296
720 gtk_widget_grab_focus(c->entry); 720 gtk_widget_grab_focus(c->entry);
721 g_free(buf2); 721 g_free(buf2);
722 g_free(buf); 722 g_free(buf);
723 } 723 }
724 724
725 static int 725 int entry_key_pressed(GtkWidget *w, GtkWidget *entry)
726 entry_key_pressed(GtkWidget *w, GtkWidget *entry)
727 { 726 {
728 check_everything(w); 727 check_everything(w);
729 return TRUE; 728 return TRUE;
730 } 729 }
731 730
1372 g_free(buf); 1371 g_free(buf);
1373 } 1372 }
1374 1373
1375 1374
1376 1375
1377 static void check_spelling( GtkEditable * editable, gchar * new_text, 1376 void check_spelling( GtkEditable * editable, gchar * new_text,
1378 gint length, gint * position, 1377 gint length, gint * position,
1379 gpointer data ) 1378 gpointer data )
1380 { 1379 {
1381 if (general_options & OPT_GEN_CHECK_SPELLING) 1380 if (general_options & OPT_GEN_CHECK_SPELLING)
1382 { 1381 {