aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhardinfo2/configure2
-rw-r--r--hardinfo2/syncmanager.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure
index e763b935..f9373062 100755
--- a/hardinfo2/configure
+++ b/hardinfo2/configure
@@ -135,7 +135,7 @@ fi
# ---------------------------------------------------------------------------
SOUP=-1
-MIN_VERSION="2.3.0.1"
+MIN_VERSION="2.24"
echo -n "Checking for libsoup version >= ${MIN_VERSION}... "
for i in `which pkg-config`; do
$i --errors-to-stdout libsoup-2.4 \
diff --git a/hardinfo2/syncmanager.c b/hardinfo2/syncmanager.c
index f44bc808..12b0465e 100644
--- a/hardinfo2/syncmanager.c
+++ b/hardinfo2/syncmanager.c
@@ -309,7 +309,7 @@ static gboolean _action_call_function(SyncDialog * sd, gpointer user_data)
if (sna->entry->get_data)
str_data = sna->entry->get_data();
- if (!_soup_xmlrpc_call_with_parameters("sync.callFunction", sna,
+ if (!_soup_xmlrpc_call_with_parameters("sync.callFunctionEx", sna,
_action_call_function_got_response,
VERSION, ARCH,
sna->entry->name,