Bug 265153

Summary: Kget erases already existing file without asking
Product: [Applications] kget Reporter: Rosetzky Cedric <loacoon>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: major    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Rosetzky Cedric 2011-02-02 01:16:32 UTC
Version:           unspecified (using KDE 4.6.0) 
OS:                Linux

Since 4.6.0, when downloading a file via Konqueror with Kget integration activated, Kget downloads the newly added file without asking to erase or rename an existing file with the same name.

Reproducible: Always

Steps to Reproduce:
Download a file using Kget's Konqueror integration in a folder where a file with the same name already exists.

Actual Results:  
Erases the already existing file without notice.

Expected Results:  
Ask to erase or rename the already existing file.

Didn't happen with KDE 4.5.5.
Comment 1 Matthias Fuchs 2011-02-04 18:19:24 UTC
SVN commit 1218790 by mfuchs:

Show warning if a file exists already.
BUG:265153

 M  +1 -0      newtransferdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1218790
Comment 2 Matthias Fuchs 2011-02-04 18:20:10 UTC
SVN commit 1218791 by mfuchs:

Fowardport r1218790
Show warning if a file exists already.
CCBUG:265153

 M  +1 -0      newtransferdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1218791