aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/syncmanager.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/syncmanager.c')
-rw-r--r--hardinfo2/syncmanager.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hardinfo2/syncmanager.c b/hardinfo2/syncmanager.c
index 3366fe70..3df935bc 100644
--- a/hardinfo2/syncmanager.c
+++ b/hardinfo2/syncmanager.c
@@ -63,7 +63,7 @@ static SoupSession *session = NULL;
static GMainLoop *loop;
static GQuark err_quark;
-#define XMLRPC_SERVER_URI "http://condor/xmlrpc/"
+#define XMLRPC_SERVER_URI "http://hardinfo.berlios.de/xmlrpc/"
#define XMLRPC_SERVER_API_VERSION 1
#define LABEL_SYNC_DEFAULT "<big><b>Synchronize with Central Database</b></big>\n" \
@@ -327,6 +327,8 @@ static gboolean _cancel_sync(GtkWidget *widget, gpointer data)
sd->flag_cancel = TRUE;
g_main_quit(loop);
+ gtk_widget_set_sensitive(widget, FALSE);
+
return FALSE;
}