From 01d5d1eda47d0e8f08f2a1f25b932302c2bd5dff Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 16 Nov 2015 13:06:20 -0500 Subject: [PATCH] add "Editor" to detached editor window name to see if this fixes Unity WM behaviour --- gtk2_ardour/editor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 015e108a31..22c7c2ea56 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -1274,6 +1274,7 @@ Editor::update_title () } WindowTitle title(session_name); + title += S_("Window|Editor"); title += Glib::get_application_name(); own_window()->set_title (title.get_string()); } else {