diff options
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); |