summaryrefslogtreecommitdiff
path: root/syncmanager.c
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:42 -0500
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:42 -0500
commita9d469b1b48a8446dc9b9fd987b6af83a60ed796 (patch)
treeecb2275a9576a783b51020cb8d914c8029a2a843 /syncmanager.c
parent11b8179a57e675c6672cbe649c655230ae3e9744 (diff)
Import Upstream version 0.4.2.1.svn30042007
Diffstat (limited to 'syncmanager.c')
-rw-r--r--syncmanager.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/syncmanager.c b/syncmanager.c
index 6602407a..7646990f 100644
--- a/syncmanager.c
+++ b/syncmanager.c
@@ -299,6 +299,10 @@ static void _action_call_function_got_response(SoupMessage *msg, gpointer user_d
#endif
g_free(filename);
}
+
+ if (sna->entry->callback) {
+ sna->entry->callback(sna->entry, string);
+ }
g_free(string);
g_main_quit(loop);