diff options
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r-- | hardinfo2/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c index f6580fac..da039f0c 100644 --- a/hardinfo2/remote.c +++ b/hardinfo2/remote.c @@ -117,7 +117,7 @@ static void remote_connection_error(void) GtkWidget *dialog; static gboolean showing_error = FALSE; - if (showing_error) { + if (showing_error || !xmlrpc_server_uri) { return; } |