Bug 158630 - cant delete abort dcc file transfers
Summary: cant delete abort dcc file transfers
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-01 16:19 UTC by Bernd Buschinski
Modified: 2008-04-21 13:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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