From: Eric W. <war...@us...> - 2001-11-17 14:14:55
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv3143 Modified Files: conversation.c Log Message: gtk2 Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.294 retrieving revision 1.295 diff -u -d -r1.294 -r1.295 --- conversation.c 2001/11/15 22:47:03 1.294 +++ conversation.c 2001/11/17 14:14:51 1.295 @@ -774,6 +774,7 @@ } } gtk_signal_emit_stop_by_name(GTK_OBJECT(entry), "key_press_event"); + return TRUE; } } } else if ((event->keyval == GDK_Tab) && c->is_chat && (chat_options & OPT_CHAT_TAB_COMPLETE)) { |