]> cloud.milkyroute.net Git - dolphin.git/commitdiff
because of the recent Information Panel fixes it is now possible again that previews...
authorPeter Penz <peter.penz19@gmail.com>
Mon, 17 Mar 2008 20:29:44 +0000 (20:29 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Mon, 17 Mar 2008 20:29:44 +0000 (20:29 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=786729

src/dolphinview.cpp

index f5a972d374418161afda0649673667a052904de4..9887b9628d5c1834f41059599dc7ddb6730068ea 100644 (file)
@@ -866,11 +866,9 @@ void DolphinView::emitContentsMoved()
 
 void DolphinView::showHoverInformation(const KFileItem& item)
 {
-    if (hasSelection() || !m_active) {
-        return;
+    if (!hasSelection()) {
+        emit requestItemInfo(item);
     }
-
-    emit requestItemInfo(item);
 }
 
 void DolphinView::clearHoverInformation()