summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-06-08 15:51:33 +0200
committerRobin Gareus <robin@gareus.org>2016-06-08 15:51:33 +0200
commitb70843930750a2a6928ee0fa3cd72936a15e14e1 (patch)
tree232d649e01b382efaee13d953667ad1bb29a71eb /gtk2_ardour/ui_config.cc
parent8d5409f5dc98f6a26050bf5cf5ad76ea6d913c0a (diff)
fix user color file name
Diffstat (limited to 'gtk2_ardour/ui_config.cc')
-rw-r--r--gtk2_ardour/ui_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc
index 5df4a9e63c..a762b544cb 100644
--- a/gtk2_ardour/ui_config.cc
+++ b/gtk2_ardour/ui_config.cc
@@ -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 += '-';