summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/FileSelectionFragment.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/blinkt/openvpn/FileSelectionFragment.java')
-rw-r--r--src/de/blinkt/openvpn/FileSelectionFragment.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/FileSelectionFragment.java b/src/de/blinkt/openvpn/FileSelectionFragment.java
index f750d91a..82010b83 100644
--- a/src/de/blinkt/openvpn/FileSelectionFragment.java
+++ b/src/de/blinkt/openvpn/FileSelectionFragment.java
@@ -62,7 +62,6 @@ public class FileSelectionFragment extends ListFragment {
myPath = (TextView) v.findViewById(R.id.path);
mInlineImport = (CheckBox) v.findViewById(R.id.doinline);
- mInlineImport.setEnabled(false);
if(mHideImport== true) {
mInlineImport.setVisibility(View.GONE);