client: Fix SettingsPage::hasChanged() failure
authorShane Synan <digitalcircuit36939@gmail.com>
Thu, 14 Jun 2018 03:36:28 +0000 (22:36 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 16 Jun 2018 19:20:42 +0000 (21:20 +0200)
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.


No differences found