diff options
author | Ken Moore <ken@ixsystems.com> | 2018-06-09 12:50:59 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-06-09 12:50:59 -0400 |
commit | 05f0c59b898890efeb53365b54802a78ba4d0012 (patch) | |
tree | b6cca6377e0661517f3136cbb624e3d4a81a6a4e /src-qt5/desktop-utils | |
parent | Fix up the categories that the lumina utilities show up in. (diff) | |
download | lumina-05f0c59b898890efeb53365b54802a78ba4d0012.tar.gz lumina-05f0c59b898890efeb53365b54802a78ba4d0012.tar.bz2 lumina-05f0c59b898890efeb53365b54802a78ba4d0012.zip |
Fix the refreshing of directories.
This also fixes loading snapshots of directories and other atomic dir updates.
Diffstat (limited to 'src-qt5/desktop-utils')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp b/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp index 51d633e4..e7788445 100644 --- a/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp +++ b/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp @@ -58,7 +58,6 @@ void BrowserWidget::changeDirectory(QString dir){ for(int i=0; i<vids.length(); i++){ videoMap.take(vids[i]).second->deleteLater(); } //videoMap.clear(); } - if(BROWSER->currentDirectory()==dir){ return; } //already on this directory //qDebug() << "Change Directory:" << dir << historyList; if( !dir.contains("/.zfs/snapshot/") ){ |