[kio-extras] [Bug 351309] kio-fish doesn't delete files

David Edmundson kde at davidedmundson.co.uk
Fri Oct 2 21:09:33 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=351309

David Edmundson <kde at davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |http://commits.kde.org/kio-
                   |                            |extras/311f7e124e49b81a37fd
                   |                            |49b3ef20e9ca65c8567a
         Resolution|---                         |FIXED

--- Comment #2 from David Edmundson <kde at davidedmundson.co.uk> ---
Git commit 311f7e124e49b81a37fd49b3ef20e9ca65c8567a by David Edmundson.
Committed on 02/10/2015 at 21:09.
Pushed by davidedmundson into branch 'Applications/15.08'.

Fix delete in Fish protocol

>From 1b83492516b3eed9db00d2de488220ab637ada17

porting from KUrl to QUrl was made as:
-    if (!url.hasPath()) {
+    if (!url.path().isEmpty()) {

which is obviously wrong

M  +1    -1    fish/fish.cpp

http://commits.kde.org/kio-extras/311f7e124e49b81a37fd49b3ef20e9ca65c8567a

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Plasma-devel mailing list