From 14a59962a64209afbb652ea86209c215c902f8ca Mon Sep 17 00:00:00 2001 From: slioch Date: Tue, 31 Mar 2009 09:12:44 -0700 Subject: change noop to active for env variable--this is more consistent with the action being applied. --- src/commit2.c | 2 +- src/common/defs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commit2.c b/src/commit2.c index 7f81850..0a332d2 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -376,7 +376,7 @@ process_func(GNode *node, gpointer data) } } else { - setenv(ENV_ACTION_NAME,ENV_ACTION_NOOP,1); + setenv(ENV_ACTION_NAME,ENV_ACTION_ACTIVE,1); } if (g_dump_actions == FALSE) { diff --git a/src/common/defs.h b/src/common/defs.h index d634b8c..5e110bc 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -14,7 +14,7 @@ #define ENV_ACTION_NAME "COMMIT_ACTION" #define ENV_ACTION_DELETE "DELETE" #define ENV_ACTION_SET "SET" -#define ENV_ACTION_NOOP "NOOP" +#define ENV_ACTION_ACTIVE "ACTIVE" struct Result { -- cgit v1.2.3