Re: bugfix for KBabel
Nicolas Goutte <[email protected]> Wed, 31 Aug 2005 13:38:12 +0200
| Newsgroups | gmane.comp.kde.devel.kbabel |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 31 August 2005 05:15, Jens Herden wrote: > Hi, > > here is a patch for http://bugs.kde.org/show_bug.cgi?id=110981 and another > bug I found during test: > if a po file is changed in memory but not saved yet the syntax check fails > because the created temp file got a wrong filename that prevents the mime > detection from selecting the correct plugin. > > Please review, if nobody has objectives I will commit this soon so that it > goes in KDE 3.5 Unlinking the KTempfile is not much secure. I think the real solution would be to use something else than KMimeType::findByURL Have a nice day! > > Oh and what about backporting this to 3.4? > > Jens