mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
GUI updates for archiving sessions
This commit is contained in:
parent
aeb1c71211
commit
03fe02703d
3 changed files with 9 additions and 2 deletions
|
|
@ -2719,7 +2719,7 @@ ARDOUR_UI::archive_session ()
|
|||
return;
|
||||
}
|
||||
|
||||
if (_session->archive_session (sad.target_folder(), sad.name(), &sad)) {
|
||||
if (_session->archive_session (sad.target_folder(), sad.name(), sad.encode_option (), &sad)) {
|
||||
MessageDialog msg (_("Session Archiving failed."));
|
||||
msg.run ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue