mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
forward port 2.X changes up to and including rev 6842
git-svn-id: svn://localhost/ardour2/branches/3.0@7637 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f5c4c8a293
commit
54d00408c3
12 changed files with 219 additions and 36 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include "ardour/filesystem_paths.h"
|
||||
|
||||
#include <gtkmm/main.h>
|
||||
#include <gtkmm2ext/application.h>
|
||||
#include <gtkmm2ext/popup.h>
|
||||
#include <gtkmm2ext/utils.h>
|
||||
|
||||
|
|
@ -439,6 +440,7 @@ int main (int argc, char *argv[])
|
|||
}
|
||||
|
||||
ui->run (text_receiver);
|
||||
Gtkmm2ext::Application::instance()->cleanup();
|
||||
ui = 0;
|
||||
|
||||
ARDOUR::cleanup ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue