Revision: 5151 http://geany.svn.sourceforge.net/geany/?rev=5151&view=rev Author: ntrel Date: 2010-08-12 12:58:00 +0000 (Thu, 12 Aug 2010)
Log Message: ----------- Fix build: remove AUTOC_CANCELLED.
Modified Paths: -------------- branches/Geany-0_19_1/src/editor.c
Modified: branches/Geany-0_19_1/src/editor.c =================================================================== --- branches/Geany-0_19_1/src/editor.c 2010-08-12 12:55:23 UTC (rev 5150) +++ branches/Geany-0_19_1/src/editor.c 2010-08-12 12:58:00 UTC (rev 5151) @@ -1904,7 +1904,6 @@ if (!words) { scintilla_send_message(sci, SCI_AUTOCCANCEL, 0, 0); - autocompletion_mode = AUTOC_CANCELLED; return FALSE; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.