[hotssh] tab: When opening new channel, don't flash connection list page
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hotssh] tab: When opening new channel, don't flash connection list page
- Date: Thu, 2 Jan 2014 01:05:53 +0000 (UTC)
commit 110fdbbcc05d553a2a578f56f56cea9ae4116082
Author: Colin Walters <walters verbum org>
Date: Wed Jan 1 20:05:11 2014 -0500
tab: When opening new channel, don't flash connection list page
Show the status page instead.
src/hotssh-tab.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/hotssh-tab.c b/src/hotssh-tab.c
index b2674e9..3138474 100644
--- a/src/hotssh-tab.c
+++ b/src/hotssh-tab.c
@@ -1186,6 +1186,10 @@ hotssh_tab_new_channel (HotSshTab *source)
HotSshTabPrivate *source_priv = hotssh_tab_get_instance_private (source);
state_reset_for_new_connection (tab);
+
+ set_status (tab, _("Authenticated, requesting channel…"));
+ page_transition (tab, HOTSSH_TAB_PAGE_CONNECTING);
+
priv->hostname = g_strdup (source_priv->hostname);
priv->connection = g_object_ref (source_priv->connection);
on_connection_state_notify (priv->connection, NULL, tab);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]