]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanel.cpp
When changing the selection, the currently shown file item should be reset. This...
[dolphin.git] / src / panels / information / informationpanel.cpp
index 3d2163baaa32bc0e193adc695a53245964f3227d..1f8e3b5413aedaafdfe45819c24a34edfb7e6eda 100644 (file)
@@ -81,6 +81,7 @@ void InformationPanel::setSelection(const KFileItemList& selection)
     }
 
     m_selection = selection;
+    m_fileItem = KFileItem();
 
     const int count = selection.count();
     if (count == 0) {