summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/PreferencesActivity.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/PreferencesActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/PreferencesActivity.java
index 7e5119c..d741004 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/PreferencesActivity.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/PreferencesActivity.java
@@ -138,7 +138,9 @@ public class PreferencesActivity extends PreferenceActivity implements
updateChildPreferences();
Preference p = findPreference(key);
updateSummary(p);
- Preferences.loadPreferences(this);
+ //Preferences.reset();
+ Preferences.init(this);
+ //Preferences.setLocale(getBaseContext());
}
public boolean onPreferenceChange(Preference arg0, Object arg1) {