Re: KCoreConfigSkeleton::writeConfig is void

2013-03-21 Thread Oswald Buddenhagen
On Thu, Mar 21, 2013 at 11:21:15PM +0100, Albert Astals Cid wrote: > Anyone knows why KCoreConfigSkeleton::writeConfig is void? > > Maybe we can change it to bool in frameworks? > yes. we had that in kconfig as well. i think i fixed it for 4.0. at least i hope i did. ^^

KCoreConfigSkeleton::writeConfig is void

2013-03-21 Thread Albert Astals Cid
Anyone knows why KCoreConfigSkeleton::writeConfig is void? It can obviously fail, I just had a bug report from a user that could not write to his config file in Okular because somehow he had set it to read only and very weird things were happening. But if it is void there is no way for me to