Re: KConfigGroup::entryMap ignores expand flag

2011-05-09 Thread Oswald Buddenhagen
On Mon, May 09, 2011 at 04:52:09PM +0200, Marijn Kruisselbrink wrote: > Should I try to fix entryMap() to als expand values before returning > them where needed, or is it intended for entryMap to not expand > values? > it's just broken. kconfiggroup also "forgets" to expand in various readEntry()

KConfigGroup::entryMap ignores expand flag

2011-05-09 Thread Marijn Kruisselbrink
While debugging some issues I was having with KStandardDirs and configuring paths for it in kdeglobals, I was wondering if it is by design that KConfig/KConfigGroup::entryMap ignores the expand ($e) flag that might be set on entries, and always returns the un-expanded values. I personally would