Merge branch '1.9.3' of tasktools.org:task into 1.9.3

This commit is contained in:
Federico Hernandez
2010-07-28 18:08:44 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -933,7 +933,11 @@ void TDB::undo ()
// Output displayed, now confirm.
if (!confirm ("The undo command is not reversible. Are you sure you want to revert to the previous state?"))
throw std::string ("No changes made.");
{
std::cout << "No changes made." << std::endl;
context.hooks.trigger ("post-undo");
return;
}
// Extract identifying uuid.
std::string uuid;