diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-09 17:53:12 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-09 17:53:12 -0300 |
commit | 74518caa8b1b70dc11519454d69e8f449d2c4da2 (patch) | |
tree | 14f81b0e92cd7f70348eaaa0757b07e40e12fb96 /hardinfo2/shell.c | |
parent | 2714d9d18c8ccb050c7569ec63049fbfe4aaabc0 (diff) |
Disable shell view while trying to establish connection
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 1 |
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); |