aboutsummaryrefslogtreecommitdiff
path: root/src/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.cpp')
-rw-r--r--src/context.cpp4
1 files changed, 4 insertions, 0 deletions
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()
438 { 438 {
439 addAction( Action::genDefaultClean() ); 439 addAction( Action::genDefaultClean() );
440 } 440 }
441 if( !hAction.has("clean-all") )
442 {
443 addAction( Action::genDefaultCleanAll() );
444 }
441 if( !hAction.has("default") ) 445 if( !hAction.has("default") )
442 { 446 {
443 addAction( Action::genDefaultDefault() ); 447 addAction( Action::genDefaultDefault() );