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/remote.c | |
parent | 2714d9d18c8ccb050c7569ec63049fbfe4aaabc0 (diff) |
Disable shell view while trying to establish connection
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r-- | hardinfo2/remote.c | 2 |
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()) { |