summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-29 17:44:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-29 17:44:10 +0000
commitccb3b5e486e55a0b014cbc3357c209c3d822ed47 (patch)
treef9ca176d4c2985a6dfbae34f084648bc09512886
parent33e60e8e78543462d31e8c6a7c3577ffe18b6647 (diff)
downloadtdelibs-ccb3b5e486e55a0b014cbc3357c209c3d822ed47.tar.gz
tdelibs-ccb3b5e486e55a0b014cbc3357c209c3d822ed47.zip
[CRITICAL] Revert portion of revision 1122569 which caused all .desktop file translations to be ignored
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1180991 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kdecore/kconfigbackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kconfigbackend.cpp b/kdecore/kconfigbackend.cpp
index 3fa113180..234124820 100644
--- a/kdecore/kconfigbackend.cpp
+++ b/kdecore/kconfigbackend.cpp
@@ -461,7 +461,7 @@ void KConfigINIBackEnd::parseSingleConfigFile(TQFile &rFile,
TQCString aCurrentGroup("<default>");
- static unsigned int ll = localeString.length();
+ unsigned int ll = localeString.length();
#ifdef HAVE_MMAP
static volatile const char *map;