From b307462f4f85cb75f5aa67b3d4f66f8717fa6051 Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Mon, 14 Feb 2011 04:44:52 +0000 Subject: [PATCH] Disable theme changing untill we figure out whats broken git-svn-id: svn://localhost/ardour2/branches/3.0@8840 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/gtkmm2ext/gtk_ui.cc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/libs/gtkmm2ext/gtk_ui.cc b/libs/gtkmm2ext/gtk_ui.cc index 4a4b282b1f..9736569053 100644 --- a/libs/gtkmm2ext/gtk_ui.cc +++ b/libs/gtkmm2ext/gtk_ui.cc @@ -135,7 +135,9 @@ UI::load_rcfile (string path, bool themechange) * This does not occur if wiget.get_style is used instead of rc.get_style below, * except that doesn't actually work... */ - + if (themechange) { + return 0; //Disable theme change completely till we figure this out... + } static Glib::RefPtr