aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/remote.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/remote.c
parent2714d9d18c8ccb050c7569ec63049fbfe4aaabc0 (diff)
Disable shell view while trying to establish connection
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()) {