1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Update issue 2144

Forgot to actually save the value when leaving global settings.
This commit is contained in:
cketti 2010-10-09 00:13:46 +00:00
parent 23b53bd660
commit 4f429ec3bc

View File

@ -313,6 +313,7 @@ public class Prefs extends K9PreferenceActivity
K9.setMessageListCheckboxes(mCheckboxes.isChecked());
K9.setMessageListTouchable(mTouchable.isChecked());
K9.setShowContactName(mShowContactName.isChecked());
K9.setChangeRegisteredNameColor(mChangeRegisteredNameColor.isChecked());
K9.setMessageViewFixedWidthFont(mFixedWidth.isChecked());
K9.setMessageViewReturnToList(mReturnToList.isChecked());