From 8d34ae34135cfd495556a059c449a5f11ca6212c Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 13 Jul 2013 10:10:46 +0200 Subject: - some fixes to the refreshing behaviour - "fix" buttons in problems dialog are now actually functional - python proxy now has diagnosis functionality to warn user if correct proxy version is not available - python proxy now has a configurable python path --- src/pluginlist.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/pluginlist.cpp') diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index d29ca585..df132287 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -643,12 +643,9 @@ bool PluginList::setData(const QModelIndex &index, const QVariant &value, int ro if (role == Qt::CheckStateRole) { m_ESPs[index.row()].m_Enabled = value.toInt() == Qt::Checked; - emit layoutAboutToBeChanged(); - refreshLoadOrder(); startSaveTime(); - emit layoutChanged(); return true; } else { return false; -- cgit v1.3.1