summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-03-31 20:41:51 +0000
committerDavid Robillard <d@drobilla.net>2007-03-31 20:41:51 +0000
commit8bb02cb8c13430808fd4bb02e62942cace3fb65b (patch)
tree28af333ccd0ad6831f178981b7d611fe4678195d /src/Patchage.cpp
parent47372f00cc6fe39f65594aa6edf6544157e94ce7 (diff)
downloadpatchage-8bb02cb8c13430808fd4bb02e62942cace3fb65b.tar.gz
patchage-8bb02cb8c13430808fd4bb02e62942cace3fb65b.tar.bz2
patchage-8bb02cb8c13430808fd4bb02e62942cace3fb65b.zip
Random exception changes (voodoo debugging for certain broke-ass gentoo systems).
git-svn-id: http://svn.drobilla.net/lad/patchage@386 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 0e73a37..4e48bb0 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -123,12 +123,7 @@ Patchage::Patchage(int argc, char** argv)
fs.close();
}
- try {
- xml = Gnome::Glade::Xml::create(glade_filename);
- } catch(const Gnome::Glade::XmlError& ex) {
- std::cerr << ex.what() << std::endl;
- throw;
- }
+ xml = Gnome::Glade::Xml::create(glade_filename);
xml->get_widget("patchage_win", _main_window);
xml->get_widget_derived("jack_settings_win", _jack_settings_dialog);