summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-05-04 16:13:35 +0200
committerTannin <devnull@localhost>2014-05-04 16:13:35 +0200
commit164ec25a75a9d5b5fcbafbe321935ba37fe0885c (patch)
treec5bd45e7ee0d41fc589015076f846277aadc6eaf /src/mainwindow.cpp
parent6fb36d6c028d4fe88043c764e42b54df9b06f48b (diff)
- bugfix: endless loop in detection of mod order problems
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 391743a6..b8c357f8 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2781,7 +2781,6 @@ void MainWindow::directory_refreshed()
DirectoryEntry *oldStructure = m_DirectoryStructure;
m_DirectoryStructure = newStructure;
delete oldStructure;
-
refreshDataTree();
} else {
// TODO: don't know why this happens, this slot seems to get called twice with only one emit