Revision: 692 Author: eht16 Date: 2006-08-09 11:33:13 -0700 (Wed, 09 Aug 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=692&view=rev
Log Message: ----------- Fixed wrong count of function arguments.
Modified Paths: -------------- trunk/src/win32.c Modified: trunk/src/win32.c =================================================================== --- trunk/src/win32.c 2006-08-09 18:20:50 UTC (rev 691) +++ trunk/src/win32.c 2006-08-09 18:33:13 UTC (rev 692) @@ -176,7 +176,7 @@ { gint idx = document_get_cur_idx(); doc_list[idx].file_name = g_strdup(fname); - document_save_file(idx); + document_save_file(idx, TRUE); } g_free(fname); }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.