summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/VPNProfileList.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-10 22:39:06 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-10 22:39:06 +0200
commitda3d649cfa356873b72e6c25b9c0496268efcf89 (patch)
tree1287b35a3ebe9c57ec9d58b5a218e170cfef416c /src/de/blinkt/openvpn/VPNProfileList.java
parentd1e7bca7723f912c2f8af7f9c006171906ab14b7 (diff)
Add ability to export openvpn configuration. (closes issue #52)
Diffstat (limited to 'src/de/blinkt/openvpn/VPNProfileList.java')
-rw-r--r--src/de/blinkt/openvpn/VPNProfileList.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VPNProfileList.java b/src/de/blinkt/openvpn/VPNProfileList.java
index beadf53d..aee3ce4b 100644
--- a/src/de/blinkt/openvpn/VPNProfileList.java
+++ b/src/de/blinkt/openvpn/VPNProfileList.java
@@ -291,7 +291,8 @@ public class VPNProfileList extends ListFragment {
return true;
default:
return false;
- } }
+ }
+ }
@Override
public void onDestroyActionMode(ActionMode mode) {