aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-08-14 12:16:32 +0000
committerKenny Root <kenny@the-b.org>2009-08-14 12:16:32 +0000
commit9c092118f8ebd2cd3b40f8a689c234b450778b11 (patch)
treeeb003b0764c7f3eac15f262e9a142c509fbbbf2b /AndroidManifest.xml
parent8be636afaee6decbf7e7465870e2296c343b36c4 (diff)
downloadconnectbot-9c092118f8ebd2cd3b40f8a689c234b450778b11.tar.gz
connectbot-9c092118f8ebd2cd3b40f8a689c234b450778b11.tar.bz2
connectbot-9c092118f8ebd2cd3b40f8a689c234b450778b11.zip
Don't auto-start local connections upon selection
There is apparently a race condition in building the UIs. The local transport was starting up prematurely and causing the host list to cycle multiple times at some point. This change also makes it so that hosts quick-connected using the same nickname as a previous host simply uses the previous host instead of creating a new entry that can never be "reached" git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@396 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 999cd35..83d9a31 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.6-dev"
- android:versionCode="191">
+ android:versionCode="192">
<application
android:icon="@drawable/icon"