13
0

fix user color file name

This commit is contained in:
Robin Gareus 2016-06-08 15:51:33 +02:00
parent 8d5409f5dc
commit b708439307

View File

@ -266,7 +266,7 @@ UIConfiguration::color_file_name (bool use_my, bool with_program, bool with_vers
basename += "my-";
}
basename = color_file.get(); //this is the overall theme file, e.g. "dark"
basename += color_file.get(); //this is the overall theme file, e.g. "dark"
if (with_program) {
basename += '-';