From da3d649cfa356873b72e6c25b9c0496268efcf89 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 10 Jul 2012 22:39:06 +0200 Subject: Add ability to export openvpn configuration. (closes issue #52) --- src/de/blinkt/openvpn/VPNProfileList.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/de/blinkt/openvpn/VPNProfileList.java') 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) { -- cgit v1.2.3