[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ktorrent] plugins/infowidget: Fix double click not working when double clicking on subdirectory in 
From:       Joris Guisson <joris.guisson () gmail ! com>
Date:       2014-11-08 10:54:22
Message-ID: E1Xn3ew-0001y9-0p () scm ! kde ! org
[Download RAW message or body]

Git commit 2e72c91676c422d43e5af20050c8317ba8a52153 by Joris Guisson.
Committed on 08/11/2014 at 10:52.
Pushed by guisson into branch 'master'.

Fix double click not working when double clicking on subdirectory in fileview

BUG: 337457

M  +2    -1    plugins/infowidget/fileview.cpp

http://commits.kde.org/ktorrent/2e72c91676c422d43e5af20050c8317ba8a52153

diff --git a/plugins/infowidget/fileview.cpp b/plugins/infowidget/fileview.cpp
index 2f6fcbb..992d741 100644
--- a/plugins/infowidget/fileview.cpp
+++ b/plugins/infowidget/fileview.cpp
@@ -426,7 +426,8 @@ namespace kt
             if (!file)
             {
                 // directory
-                new KRun(KUrl(tc->getDataDir() + \
model->dirPath(proxy_model->mapToSource(index))), 0, 0, true, true); +                \
QString path = tc->getStats().output_path + \
model->dirPath(proxy_model->mapToSource(index)); +                new \
KRun(KUrl(path), 0, 0, true, true);  }
             else
             {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic