aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/remote.c
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2010-01-03 20:07:41 -0200
committerLeandro Pereira <leandro@hardinfo.org>2010-01-03 20:07:41 -0200
commit631f3ba3ffadaddd79cbbfc8c49b92aca58c2138 (patch)
tree6a32773e500ba0c17b938eb7eef8841e0bf14f22 /hardinfo2/remote.c
parent93f39a984398e9f4d187b66eb272ec0bf48845e0 (diff)
Only show the 'server disconected' message once.
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r--hardinfo2/remote.c2
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;
}