Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.1
kdelibs4
patch-r901165.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File patch-r901165.diff of Package kdelibs4
Subject: Fix KSaveFile failing if backup already exists From: wstephenson@suse.de Bug: kde#178640 Patch-upstream: 901165 --- kdecore/io/ksavefile.cpp (revision 901164) +++ kdecore/io/ksavefile.cpp (revision 901165) @@ -256,6 +256,7 @@ bool KSaveFile::simpleBackupFile( const } // kDebug(180) << "KSaveFile copying " << qFilename << " to " << backupFileName; + QFile::remove(backupFileName); return QFile::copy(qFilename, backupFileName); } Index: kdecore/io/ksavefile.cpp ===================================================================
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor