summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mymenucommands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mymenucommands.c b/mymenucommands.c
index 9122cd5..b7570ac 100644
--- a/mymenucommands.c
+++ b/mymenucommands.c
@@ -131,6 +131,8 @@ eOSState myMenuCommands::Execute()
confirmed=Interface->Confirm(buffer);
free(buffer);
}
+ } else {
+ confirmed=true;
}
if(confirmed)
{