From 74518caa8b1b70dc11519454d69e8f449d2c4da2 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 9 May 2009 17:53:12 -0300 Subject: Disable shell view while trying to establish connection --- hardinfo2/shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hardinfo2/shell.c') diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index 5bbead94..0df54b64 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -262,6 +262,7 @@ void shell_view_set_enabled(gboolean setting) gtk_widget_set_sensitive(shell->hpaned, setting); shell_action_set_enabled("ViewMenuAction", setting); + shell_action_set_enabled("RemoteMenuAction", setting); shell_action_set_enabled("ConnectToAction", setting); shell_action_set_enabled("RefreshAction", setting); shell_action_set_enabled("CopyAction", setting); -- cgit v1.2.3