summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-12-05 04:11:08 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-12-05 04:11:08 +0000
commit7d1f1eeb20edc21d704cc69529e4e94dd7eabd39 (patch)
tree28641dd038b3e778f7edeb17d9df73fa3ee6cd3e /gtk2_ardour/main.cc
parentf2c09c7a7a195bcd4cf6e095b3c380e803b5a058 (diff)
stock icons, transport controls as proxies, make ActionManager::get_action() work
git-svn-id: svn://localhost/trunk/ardour2@165 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index 808e4f32c8..acd8188bcb 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -475,8 +475,12 @@ To create it from the command line, start ardour as \"ardour --new %1"), path)
}
}
- if (!ui->set_quit_context ()) {
+ try {
+
ui->run (text_receiver);
+
+ } catch (...) {
+
}
ui = 0;