SF.net SVN: geany:[3690] trunk/src/project.c

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Apr 6 13:39:34 UTC 2009


Revision: 3690
          http://geany.svn.sourceforge.net/geany/?rev=3690&view=rev
Author:   eht16
Date:     2009-04-06 13:39:33 +0000 (Mon, 06 Apr 2009)

Log Message:
-----------
Fix Windows build (oops).

Modified Paths:
--------------
    trunk/src/project.c

Modified: trunk/src/project.c
===================================================================
--- trunk/src/project.c	2009-04-05 21:41:38 UTC (rev 3689)
+++ trunk/src/project.c	2009-04-06 13:39:33 UTC (rev 3690)
@@ -260,7 +260,7 @@
 	if (file != NULL)
 	{
 		/* try to load the config */
-		if (! project_load_file_full(file))
+		if (! project_load_file_with_session(file))
 		{
 			SHOW_ERR1(_("Project file \"%s\" could not be loaded."), file);
 		}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list