Version: 4.0.0 (using Devel) OS: Linux Applied a difference tried to save the new file, but I got the error could not open a temporary file. Reproducible: Didn't try Steps to Reproduce: Load 2 files, click on apply difference button, click on save. Actual Results: Error box appeared. Expected Results: I expected the difference to be saved to the file. OS: Linux (i686) release 2.6.32-22-generic Compiler: cc
This is with KDE 4.4.85
Same here. Reproducible. KDE 4.4.85
confirmed for KDE 4.4.90 on Kubuntu lucid
Created attachment 48522 [details] patch 'could not open a temporary file' I managed to solve this. The patch solves this issue for me and also the same error happening when we try to save a diff from the menu. please review the patch since I'm not a c++ professional.. :-) thanks patch created with kompare, doh!
SVN commit 1145313 by kkofler: Fix inverted logic introduced by revision 1091068 (apol's Qt3Support removal in libdiff2). Patch by mangus (from bugs.kde.org attachment). BUG: 242192 CCMAIL: aleixpol@kde.org M +2 -4 komparemodellist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1145313
Darn, 4.5 is already branched, why did nobody tell me? I'll backport the fix to 4.5 as well. (4.4 and earlier are not affected, the bug is a regression in the trunk after 4.4 branched.)
SVN commit 1147381 by kkofler: Fix inverted logic introduced by revision 1091068 (apol's Qt3Support removal in libdiff2). Patch by mangus (from bugs.kde.org attachment). CCBUG: 242192 CCMAIL: aleixpol@kde.org (backport revision 1145313 from trunk) M +2 -4 komparemodellist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1147381