Bug 265153 - Kget erases already existing file without asking
Summary: Kget erases already existing file without asking
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR major
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-02 01:16 UTC by Rosetzky Cedric
Modified: 2011-02-04 18:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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