This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5657 Don't clear edition when appconfig contains an invalid serial key

  • Loading branch information...
nlyan committed Oct 18, 2016
1 parent e48be90 commit e5aae66ff70733b42aaaae0a7c77d667a7fb2ced
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/gui/src/LicenseManager.cpp
@@ -31,7 +31,6 @@ LicenseManager::LicenseManager(AppConfig* appConfig) :
} catch (...) {
/* Remove garbage serial keys from the registry */
m_AppConfig->setSerialKey("");
- m_AppConfig->setEdition(kUnregistered);
m_AppConfig->saveSettings();
}
}

0 comments on commit e5aae66

Please sign in to comment.