From: Shane Synan Date: Thu, 14 Jun 2018 03:36:28 +0000 (-0500) Subject: client: Fix SettingsPage::hasChanged() failure X-Git-Tag: travis-deploy-test~17 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=6dbccb6a28b1f72347548b31f68031d4cabb594d;hp=6dbccb6a28b1f72347548b31f68031d4cabb594d;ds=sidebyside client: Fix SettingsPage::hasChanged() failure Fix SettingsPage::hasChanged() to compare with the correct property, "storedValue", instead of "StoredValue". This resulted in the settings page sometimes errantly marking values as not changed when they were, or vice-versa. Some settings pages could probably be cleaned up now that this is fixed. That is left for future cleanup efforts. ---