summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-08-29 23:38:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-08-29 23:42:56 +0900
commita1ae9544b75e84cb3f822fdae0a7b2d3360db9cb (patch)
tree97a6867987e356055f23c1ca62f6bab4d4a3b868
parent1985b94689a5acbd56a220007f68e6fbfd9f7945 (diff)
downloadksplash-engine-moodin-a1ae9544b75e84cb3f822fdae0a7b2d3360db9cb.tar.gz
ksplash-engine-moodin-a1ae9544b75e84cb3f822fdae0a7b2d3360db9cb.zip
Fixed icons highlighting in moodin engine. This resolve bug 2009.
(cherry picked from commit 3b45645a64fb25e730ff82857363eed69639226e) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/thememoodin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thememoodin.h b/src/thememoodin.h
index 8e7a835..605368c 100644
--- a/src/thememoodin.h
+++ b/src/thememoodin.h
@@ -55,12 +55,12 @@ public:
TQStringList l;
l << "filetypes"; // 1 filetypes
- l << "exec"; // 2 exec
+ l << "application-x-executable"; // 2 application-x-executable
l << "key_bindings"; // 3 key_bindings
l << "window_list"; // 4 window_list
l << "desktop"; // 5 desktop
l << "style"; // 6 style
- l << "kcmsystem"; // 7 kcmsystem
+ l << "preferences-system"; // 7 preferences-system
l << "go"; // 8 go
return l;