[epiphany/wip/sync] sync-service: Fix callback name
- From: Gabriel Ivașcu <gabrielivascu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/sync] sync-service: Fix callback name
- Date: Wed, 15 Mar 2017 23:06:40 +0000 (UTC)
commit 48a508ecb6c200fa8886865ebe3e5c381c8ce2cd
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date: Thu Mar 16 00:58:32 2017 +0200
sync-service: Fix callback name
src/sync/ephy-sync-service.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/sync/ephy-sync-service.c b/src/sync/ephy-sync-service.c
index b1cfb6d..c569c83 100644
--- a/src/sync/ephy-sync-service.c
+++ b/src/sync/ephy-sync-service.c
@@ -905,9 +905,9 @@ ephy_sync_service_report_sign_in_error (EphySyncService *self,
}
static void
-obtain_sync_key_bundles (SoupSession *session,
- SoupMessage *msg,
- gpointer user_data)
+obtain_sync_key_bundles_cb (SoupSession *session,
+ SoupMessage *msg,
+ gpointer user_data)
{
EphySyncService *service;
SyncCryptoKeyBundle *bundle;
@@ -986,7 +986,7 @@ ephy_sync_service_obtain_sync_key_bundles (EphySyncService *self)
g_hash_table_remove_all (self->key_bundles);
ephy_sync_service_queue_storage_request (self, "storage/crypto/keys",
SOUP_METHOD_GET, NULL, -1, -1,
- obtain_sync_key_bundles, NULL);
+ obtain_sync_key_bundles_cb, NULL);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]