aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/theb/ssh/SecureShell.java
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-10-22 13:46:19 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-10-22 13:46:19 +0000
commitd9588eacbc781fd7d421a4d6c9d286e93cda9bf0 (patch)
treefc5b93d8a8fcedd25b0441690a86c5140e9edc7c /src/org/theb/ssh/SecureShell.java
parent4204580877b7150fc85a72542df803ec9d989103 (diff)
downloadconnectbot-d9588eacbc781fd7d421a4d6c9d286e93cda9bf0.tar.gz
connectbot-d9588eacbc781fd7d421a4d6c9d286e93cda9bf0.tar.bz2
connectbot-d9588eacbc781fd7d421a4d6c9d286e93cda9bf0.zip
* added wizard activity to show gpl eula and basic tips
* added version check against connectbot.org to help with future updates * fixed desktop shortcuts * other minor fixes to prep for market launch
Diffstat (limited to 'src/org/theb/ssh/SecureShell.java')
-rw-r--r--src/org/theb/ssh/SecureShell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/theb/ssh/SecureShell.java b/src/org/theb/ssh/SecureShell.java
index 9c2d125..32a8b10 100644
--- a/src/org/theb/ssh/SecureShell.java
+++ b/src/org/theb/ssh/SecureShell.java
@@ -98,7 +98,7 @@ public class SecureShell extends Activity implements FeedbackUI, ConnectionMonit
Log.d("SSH", "using URI " + getIntent().getData().toString());
- mCursor = managedQuery(getIntent().getData(), PROJECTION, null, null);
+// mCursor = managedQuery(getIntent().getData(), PROJECTION, null, null);
mCursor.moveToFirst();
mHostname = mCursor.getString(HOSTNAME_INDEX);