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/dolphiniconsview.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/dolphiniconsview.cpp')
| -rw-r--r-- | src/dolphiniconsview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index 42a039c8c..d9bfef8a4 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -185,6 +185,7 @@ void DolphinIconsView::dropEvent(QDropEvent* event) const KUrl::List urls = KUrl::List::fromMimeData(event->mimeData()); if (!urls.isEmpty()) { m_controller->indicateDroppedUrls(urls, + m_controller->url(), indexAt(event->pos()), event->source()); event->acceptProposedAction(); |
