summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-06 20:20:44 +0000
committerDavid Robillard <d@drobilla.net>2008-01-06 20:20:44 +0000
commit873d416d12d90b470c32054314e192c6e0db7c68 (patch)
treead1c8a74d6bed43f0031d14396b51a3041806a48 /src/Patchage.cpp
parent75ca15f156bb73a3b2d1e337f22a56cdcb0002cc (diff)
downloadpatchage-873d416d12d90b470c32054314e192c6e0db7c68.tar.gz
patchage-873d416d12d90b470c32054314e192c6e0db7c68.tar.bz2
patchage-873d416d12d90b470c32054314e192c6e0db7c68.zip
Make about window transient of main window.
git-svn-id: http://svn.drobilla.net/lad/patchage@1024 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 59a5a4d..bf8fa25 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -229,6 +229,7 @@ Patchage::Patchage(int argc, char** argv)
_canvas->show();
_main_win->present();
+ _about_win->set_transient_for(*_main_win);
// Idle callback, check if we need to refresh
Glib::signal_timeout().connect(