summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-06-24 21:20:20 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-06-24 21:20:20 +0000
commit3488b2fe094169456a4aff2f2b021a54b2db8254 (patch)
tree63f9433ea3b050fb32a3101e6c913eb753a2744f /gtk2_ardour
parenta4b20f6c46e0751a16c36639632332e61bb25a11 (diff)
splash screen fix from nedko ; fix cleanup's failure to correctly locate files listed in XML nodes ; Route::set_name() doesn't need to be virtual ; minor text alterations
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5268 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/splash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc
index 1ed991f74b..28f7e4c4b0 100644
--- a/gtk2_ardour/splash.cc
+++ b/gtk2_ardour/splash.cc
@@ -66,7 +66,7 @@ void
Splash::on_realize ()
{
Window::on_realize ();
- get_window()->set_decorations (Gdk::WMDecoration(0));
+ get_window()->set_override_redirect(true);
layout->set_font_description (get_style()->get_font());
}