aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r--hardinfo2/remote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c
index 5a46f5a5..6021ee49 100644
--- a/hardinfo2/remote.c
+++ b/hardinfo2/remote.c
@@ -312,6 +312,8 @@ static void remote_connect_direct(gchar *hostname,
g_free(xmlrpc_server_uri);
xmlrpc_server_uri = g_strdup_printf("http://%s:%d/xmlrpc", hostname, port);
+
+ shell_view_set_enabled(FALSE);
if (remote_version_is_supported()) {
if (!load_module_list()) {