UIConfig needs C numeric locale while setting GTK color theme
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 14 Jul 2016 15:37:37 +0000 (11:37 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 14 Jul 2016 15:37:48 +0000 (11:37 -0400)
gtk2_ardour/ui_config.cc

index 0890f6531b2c7e6c51e8ec221b57fc8e8b670b75..05b1470dc91646f227f7ff00cca1b976fcfd44ff 100644 (file)
@@ -136,6 +136,7 @@ UIConfiguration::parameter_changed (string param)
 void
 UIConfiguration::reset_gtk_theme ()
 {
+       LocaleGuard lg;
        stringstream ss;
 
        ss << "gtk_color_scheme = \"" << hex;