summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-10-06 12:20:07 +0200
committerTannin <devnull@localhost>2013-10-06 12:20:07 +0200
commitba09054e6b22a134de03903ad91a206b9bbbb5d4 (patch)
tree9dd8e9b463e49e3d4b9d85d8d708d9f029e05544 /src
parentcffd9eb4e21f0ddcddca68d8eb0f1c80c8ac6ae1 (diff)
parent694e3ed2793d5c2dafc1061b119c93b091aeb2d1 (diff)
Merge
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 1ea35d74..9516f818 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2389,6 +2389,8 @@ void MainWindow::refresher_progress(int percent)
void MainWindow::directory_refreshed()
{
+ statusBar()->hide();
+
DirectoryEntry *newStructure = m_DirectoryRefresher.getDirectoryStructure();
if (newStructure != NULL) {
DirectoryEntry *oldStructure = m_DirectoryStructure;
@@ -2406,7 +2408,6 @@ void MainWindow::directory_refreshed()
refreshLists();
}
// m_RefreshProgress->setVisible(false);
- statusBar()->hide();
// some problem-reports may rely on the virtual directory tree so they need to be updated
// now