[epiphany/wip/sync: 55/83] sync-service: Fix callback name



commit 3208ce8417950d1968b7233674d6dc7465ed7812
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 05799a3..d8998c9 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]