Disabled masterlist updating again.

This commit is contained in:
WrinklyNinja
2013-08-12 22:19:39 +01:00
parent 0dad6c305d
commit 49e9902de1
+2 -2
View File
@@ -461,8 +461,8 @@ void Launcher::OnSortPlugins(wxCommandEvent& event) {
wxProgressDialog *progDia = new wxProgressDialog(translate("BOSS: Working..."),translate("BOSS working..."), 1000, this, wxPD_APP_MODAL|wxPD_AUTO_HIDE|wxPD_ELAPSED_TIME);
masterlist_updater_parser mup(_game, messages, mlist_plugins, mlist_messages, revision);
group.create_thread(mup);
// masterlist_updater_parser mup(_game, messages, mlist_plugins, mlist_messages, revision);
// group.create_thread(mup);
//First calculate the mean plugin size. Store it temporarily in a map to reduce filesystem lookups and file size recalculation.
size_t meanFileSize = 0;