diff options
Diffstat (limited to 'src/org/theb/ssh/HostEditor.java')
-rw-r--r-- | src/org/theb/ssh/HostEditor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/theb/ssh/HostEditor.java b/src/org/theb/ssh/HostEditor.java index 2b31ccd..128d827 100644 --- a/src/org/theb/ssh/HostEditor.java +++ b/src/org/theb/ssh/HostEditor.java @@ -100,7 +100,7 @@ public class HostEditor extends Activity { } // Get a cursor to access the host data - this.mCursor = managedQuery(mURI, PROJECTION, null, null); + //this.mCursor = managedQuery(mURI, PROJECTION, null, null); } @Override |