-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/112173/#review38268
-----------------------------------------------------------


This review has been submitted with commit 
4e04319afc77bfb66287439386b705e7c3e5ae54 by Dawit Alemayehu to branch KDE/4.11.

- Commit Hook


On Aug. 21, 2013, 5:20 a.m., Dawit Alemayehu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/112173/
> -----------------------------------------------------------
> 
> Review request for KDE Runtime, David Faure and Tobias Koenig.
> 
> 
> Description
> -------
> 
> The attached patch fixes a bug where deleting a symlink to a very large file 
> causes a "trash has reached its limit error. This happens because the code 
> that is used to determine the amount of space available in the trashcan uses 
> QFileInfo::size to determine the size of a file. This will not work because 
> QFileInfo::size returns the size of the actual file the symlink points to and 
> not the size of the symlink itself. See the documentation for QFileInfo.
> 
> 
> This addresses bug 253776.
>     http://bugs.kde.org/show_bug.cgi?id=253776
> 
> 
> Diffs
> -----
> 
>   kioslave/trash/discspaceutil.cpp 8e76ece 
> 
> Diff: http://git.reviewboard.kde.org/r/112173/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Dawit Alemayehu
> 
>

Reply via email to