summaryrefslogtreecommitdiff
path: root/vdrmanager/src/de
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/src/de')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java
index 6f9d47d..1bf81b8 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java
@@ -467,6 +467,9 @@ public class VdrPreferencesActivity extends BasePreferencesActivity implements
return;
}
+ //never mind, onResume also registers this, but the listenres are held in a map (as key) so that no double occurance
+ pref.registerOnSharedPreferenceChangeListener(this);
+
if (requestCode == REQUEST_CODE_PICK_A_TIME_ZONE) {
String ntz = data.getStringExtra("new_tz");
if (ntz != null) {