summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-10 00:56:14 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-10 00:56:14 +0200
commitc7c118c07a00c6a8c1f44e1736dfe75d55b92884 (patch)
treecca392e9d262e339b961e488185c286772670e60 /src
parent72263ae736f9a0533fa714e0ab0ca0fd575f1547 (diff)
Version 0.5.1
Diffstat (limited to 'src')
-rw-r--r--src/de/blinkt/openvpn/Settings_Authentication.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/Settings_Authentication.java b/src/de/blinkt/openvpn/Settings_Authentication.java
index 6d21ca6a..4124783b 100644
--- a/src/de/blinkt/openvpn/Settings_Authentication.java
+++ b/src/de/blinkt/openvpn/Settings_Authentication.java
@@ -46,7 +46,8 @@ public class Settings_Authentication extends PreferenceFragment implements OnPre
mProfile = ProfileManager.get(profileUUID);
mTLSAuthFile.setOnPreferenceClickListener(this);
- mCipher =(EditTextPreference) findPreference("cipher");
+ mCipher =(EditTextPreference) findPreference("cipher");
+ mCipher.setOnPreferenceChangeListener(this);
loadSettings();