diff options
author | Arne Schwabe <arne@blinkt.de> | 2012-05-03 11:05:51 +0200 |
---|---|---|
committer | Arne Schwabe <arne@blinkt.de> | 2012-05-03 11:05:51 +0200 |
commit | 9cd2069d5d57fc605a8eae3e6f8a0b09b56d4c16 (patch) | |
tree | df014ff7249ae21affb2c15b4065bf2993ba9ce5 /src/de/blinkt/openvpn/ShowConfigFragment.java | |
parent | 3512dd8de571c8183a7e7476db30a928573d8442 (diff) |
extract settings string to ressource file.
Fix calucation of netmaks
Make p2p assumption message clearer
closes issue #5
Diffstat (limited to 'src/de/blinkt/openvpn/ShowConfigFragment.java')
-rw-r--r-- | src/de/blinkt/openvpn/ShowConfigFragment.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/ShowConfigFragment.java b/src/de/blinkt/openvpn/ShowConfigFragment.java index 68898e07..13c65df8 100644 --- a/src/de/blinkt/openvpn/ShowConfigFragment.java +++ b/src/de/blinkt/openvpn/ShowConfigFragment.java @@ -22,7 +22,6 @@ public class ShowConfigFragment extends Fragment { } else { String cfg=vp.getConfigFile(getActivity().getCacheDir()); - cv.setText(cfg); } return v; |