From 2e26da6ec90cad67641f588f369e4b8f9dd67288 Mon Sep 17 00:00:00 2001 From: Jeffrey Sharkey Date: Thu, 11 Sep 2008 21:55:38 +0000 Subject: * WARNING: this build is broken lol * moving more stuff over to new frontend gui in org.connectbot * found out that we dont need a contentprovider to make desktop shortcuts, will be easy to add ssh://user@host/ uri shortcut handling * new host-editing backend that uses preferences hack, will blog about this technique later today * using colors to categorize hosts (does this work?) * moved host-specific options (like disconnect/edit/delete) to long-tap menu instead of main menu --- lib/src/main/java/com/trilead/ssh2/channel/ChannelManager.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/src/main/java/com/trilead/ssh2/channel/ChannelManager.java b/lib/src/main/java/com/trilead/ssh2/channel/ChannelManager.java index 74906d3..e582a52 100644 --- a/lib/src/main/java/com/trilead/ssh2/channel/ChannelManager.java +++ b/lib/src/main/java/com/trilead/ssh2/channel/ChannelManager.java @@ -698,7 +698,8 @@ public class ChannelManager implements MessageHandler } try { - waitForChannelSuccessOrFailure(c); + //waitForChannelSuccessOrFailure(c); + this.waitForChannelRequestResult(c); } catch (IOException e) { throw (IOException) new IOException("PTY request failed") .initCause(e); -- cgit v1.2.3