From 3b45645a64fb25e730ff82857363eed69639226e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 29 Aug 2015 23:38:37 +0900 Subject: [PATCH] Fixed icons highlighting in moodin engine. This resolve bug 2009. Signed-off-by: Michele Calgaro --- src/thememoodin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/thememoodin.h b/src/thememoodin.h index a10f306..bea5d2f 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;