From: <sa...@us...> - 2006-11-13 17:14:04
|
Revision: 17737 http://svn.sourceforge.net/gaim/?rev=17737&view=rev Author: sadrul Date: 2006-11-11 10:23:57 -0800 (Sat, 11 Nov 2006) Log Message: ----------- Fix the 'scroll when no place to go' bug. Modified Paths: -------------- trunk/console/libgnt/gntwm.c Modified: trunk/console/libgnt/gntwm.c =================================================================== --- trunk/console/libgnt/gntwm.c 2006-11-11 00:59:11 UTC (rev 17736) +++ trunk/console/libgnt/gntwm.c 2006-11-11 18:23:57 UTC (rev 17737) @@ -1015,8 +1015,8 @@ if (strcmp(keys, "\r") == 0 || strcmp(keys, "\033") == 0) { window_reverse(widget, FALSE); wm->mode = GNT_KP_MODE_NORMAL; - return; } + return; } wm->event_stack = TRUE; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |