From 8ebc3f17961ef6a0cf708cc6bdca948d77817ee0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Dec 2009 18:59:32 +0000 Subject: Wow, it's much more general now, I like that. --- src/context.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/context.cpp') diff --git a/src/context.cpp b/src/context.cpp index c257a75..bc48def 100644 --- a/src/context.cpp +++ b/src/context.cpp @@ -438,6 +438,10 @@ void Context::genDefaultActions() { addAction( Action::genDefaultClean() ); } + if( !hAction.has("clean-all") ) + { + addAction( Action::genDefaultCleanAll() ); + } if( !hAction.has("default") ) { addAction( Action::genDefaultDefault() ); -- cgit v1.2.3