From 74518caa8b1b70dc11519454d69e8f449d2c4da2 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 9 May 2009 17:53:12 -0300 Subject: Disable shell view while trying to establish connection --- hardinfo2/remote.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hardinfo2/remote.c') 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()) { -- cgit v1.2.3