13
0

UIConfig needs C numeric locale while setting GTK color theme

This commit is contained in:
Paul Davis 2016-07-14 11:37:37 -04:00
parent 521fe586d7
commit 9da43c5ceb

View File

@ -136,6 +136,7 @@ UIConfiguration::parameter_changed (string param)
void
UIConfiguration::reset_gtk_theme ()
{
LocaleGuard lg;
stringstream ss;
ss << "gtk_color_scheme = \"" << hex;