[anjuta] Add _save removed by error in the previous patch



commit 65736af4069bff7bea1568868b79566094695c7d
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Jul 12 19:26:25 2009 +0200

    Add _save removed by error in the previous patch

 plugins/build-basic-autotools/plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/build-basic-autotools/plugin.c b/plugins/build-basic-autotools/plugin.c
index 2210003..e1f07b9 100644
--- a/plugins/build-basic-autotools/plugin.c
+++ b/plugins/build-basic-autotools/plugin.c
@@ -1453,7 +1453,7 @@ build_save_and_execute_command (BasicAutotoolsPlugin* bplugin, BuildProgram *pro
 	context = build_get_context (bplugin, prog->work_dir, with_view);
 
 	build_set_command_in_context (context, prog);
-	if (!build_execute_command_in_context (context, err))
+	if (!build_save_and_execute_command_in_context (context, err))
 	{
 		build_context_destroy (context);
 		context = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]