Mercurial > hg > svapp
diff framework/MainWindowBase.cpp @ 290:a3fcaad1a269 tonioni
Merge from the default branch
author | Chris Cannam |
---|---|
date | Fri, 12 Jul 2013 13:26:41 +0100 |
parents | 6bbf62a333c1 2925a4bbca5e |
children | bc78f88a66f5 |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Fri Apr 19 15:37:27 2013 +0100 +++ b/framework/MainWindowBase.cpp Fri Jul 12 13:26:41 2013 +0100 @@ -447,6 +447,7 @@ emit canReplaceMainAudio(haveMainModel); emit canImportLayer(haveMainModel && haveCurrentPane); emit canExportAudio(haveMainModel); + emit canChangeSessionTemplate(haveMainModel); emit canExportLayer(haveMainModel && (haveCurrentEditableLayer || haveCurrentColour3DPlot)); emit canExportImage(haveMainModel && haveCurrentPane);