]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix issue that selection is not cleared when clicking on another column than the...
authorPeter Penz <peter.penz19@gmail.com>
Sat, 2 Jun 2007 15:40:38 +0000 (15:40 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 2 Jun 2007 15:40:38 +0000 (15:40 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=670796

src/dolphinview.cpp

index 9320cd4cfc1a8752048a19a9245c45a62c8acfad..1a33668e01dec3167dbfd747834478a40be82ae5 100644 (file)
@@ -731,6 +731,8 @@ void DolphinView::changeDirectory(const KUrl& url)
 void DolphinView::triggerItem(const QModelIndex& index)
 {
     if (!isValidNameIndex(index)) {
+        clearSelection();
+        showHoverInformation(index);
         return;
     }