aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-09 17:53:12 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-09 17:53:12 -0300
commit74518caa8b1b70dc11519454d69e8f449d2c4da2 (patch)
tree14f81b0e92cd7f70348eaaa0757b07e40e12fb96 /hardinfo2/shell.c
parent2714d9d18c8ccb050c7569ec63049fbfe4aaabc0 (diff)
Disable shell view while trying to establish connection
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c1
1 files changed, 1 insertions, 0 deletions
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);