Revision 1202948

Go back to digest for 5th December 2010

Bug Fixes in KDE Base

Peter Penz committed changes in /trunk/KDE/kdelibs/kio/kio/previewjob.cpp:

Fix issue that previews are not shown in the trash.
The root cause is that KUrl::isLocalFile() for the trash returns false (which is correct corresponding to the documentation of isLocalFile()) and hence the maximum size for remote files is used (which is 0 per default).

From a users point of view the trash should be considered as "local" and hence the maximum size for local files should be considered for previews.

FIXED-IN: 4.6.0

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/kio/kio/previewjob.cpp
1 files changed in total