diff options
| author | Peter Penz <[email protected]> | 2007-09-17 14:36:41 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-17 14:36:41 +0000 |
| commit | d78fe954abb9ea0ed05f8c22d6842a457c0a209e (patch) | |
| tree | 6529cc7867105862a8a564bb74a8042091695983 /src/dolphincontroller.cpp | |
| parent | b3db0a708a630d9f59857ab7dcbfe8f29e3e8eb9 (diff) | |
drag and drop fixes for the column view (implied a signal changed which affected other views too)
svn path=/trunk/KDE/kdebase/apps/; revision=713430
Diffstat (limited to 'src/dolphincontroller.cpp')
| -rw-r--r-- | src/dolphincontroller.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 0f308481f..325608442 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -54,10 +54,11 @@ void DolphinController::triggerActivation() } void DolphinController::indicateDroppedUrls(const KUrl::List& urls, - const QModelIndex& index, - QWidget* source) + const KUrl& destPath, + const QModelIndex& destIndex, + QWidget* source) { - emit urlsDropped(urls, index, source); + emit urlsDropped(urls, destPath, destIndex, source); } |
