Bug 158630

Summary: cant delete abort dcc file transfers
Product: [Applications] konversation Reporter: Bernd Buschinski <b.buschinski>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Bernd Buschinski 2008-03-01 16:19:40 UTC
Version:           svn/1.1 (using KDE 3.5.9)
Installed from:    Gentoo Packages
Compiler:          x86_64-pc-linux-gnu gcc-4.2.3 -march=k8 -O2 -pipe -fomit-frame-pointer
OS:                Linux

When I recive a file via dcc and abort it, the "Remove File" button is disabled, but the
file.part is still presend. Currently you can only manualy remove the file

To simple enable the "Remove File" button would make everything worse, because there can be multiple item of send->abort in the dcc transfer window
A solution would be to resume the file instead of creating a new item for the same file, in the dcc transfer window, so there is just one item to delete. Now enabling the "Remove File" button wouldnt hurt.
Comment 1 Shintaro Matsuoka 2008-04-21 13:39:24 UTC
SVN commit 799369 by shin:

Remove "delete the downloaded file" feature from the DCC panel
because it's inherently dangerous to remove a file from the panel.
BUG: 158630

 M  +0 -54     dcctransferpanel.cpp  
 M  +0 -3      dcctransferpanel.h  
 M  +0 -31     dcctransferpanelitem.cpp  
 M  +0 -6      dcctransferpanelitem.h  


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