diff options
| author | Tannin <devnull@localhost> | 2013-07-13 10:10:46 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-07-13 10:10:46 +0200 |
| commit | 8d34ae34135cfd495556a059c449a5f11ca6212c (patch) | |
| tree | 555ffc51d1e084ac148ccb4b928898ab1ed4fc62 /src/pluginlist.cpp | |
| parent | 849a0a0ef40c9fa1feb15b880aa52fccdd84f234 (diff) | |
- 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
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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; |
