This commit is contained in:
Rex Dieter 2010-11-20 16:08:10 -06:00
parent 60ad3002d0
commit 074e1b4151
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ diff -up kdelibs-4.5.80/kdecore/kernel/kstandarddirs.cpp.kstandarddirs kdelibs-4
+ // hack) - we want /etc/kde after the local config paths
+ // and before the ones in /usr (including kde-profile)
+ if (local && !strcmp("config", type))
+ candidates.append(QLatin1STring("/etc/kde/"));
+ candidates.append(QLatin1String("/etc/kde/"));
local = false;
}
else