aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-16 05:45:32 +0000
committerKenny Root <kenny@the-b.org>2009-06-16 05:45:32 +0000
commit43d6d98bcae350694f09d77e99ed5e9bb8deff91 (patch)
tree57e1967403d192a13e6a0d734c07361fa8cd9712 /src
parent838b60301cc9ec13896cb9cdebf3b22a4c78d654 (diff)
downloadconnectbot-43d6d98bcae350694f09d77e99ed5e9bb8deff91.tar.gz
connectbot-43d6d98bcae350694f09d77e99ed5e9bb8deff91.tar.bz2
connectbot-43d6d98bcae350694f09d77e99ed5e9bb8deff91.zip
Clear Host List format error when switching between transports
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@307 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'src')
-rw-r--r--src/org/connectbot/HostListActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org/connectbot/HostListActivity.java b/src/org/connectbot/HostListActivity.java
index 6da7043..48ac235 100644
--- a/src/org/connectbot/HostListActivity.java
+++ b/src/org/connectbot/HostListActivity.java
@@ -245,6 +245,7 @@ public class HostListActivity extends ListActivity {
HostListActivity.this);
quickconnect.setHint(formatHint);
+ quickconnect.setError(null);
// Start ConsoleActivity immediately if the hint is empty.
if ("".equals(formatHint)) {