From 164ec25a75a9d5b5fcbafbe321935ba37fe0885c Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 4 May 2014 16:13:35 +0200 Subject: - bugfix: endless loop in detection of mod order problems --- src/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow.cpp') 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 -- cgit v1.3.1