[epiphany] sync-service: Use a non-null app package value in the client object
- From: Gabriel Ivașcu <gabrielivascu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] sync-service: Use a non-null app package value in the client object
- Date: Wed, 1 Nov 2017 20:25:45 +0000 (UTC)
commit 5ae722a3718beeca2f92b6c054bfdb6cb7d85d23
Author: Gabriel Ivascu <gabrielivascu gnome org>
Date: Wed Nov 1 22:24:31 2017 +0200
sync-service: Use a non-null app package value in the client object
This is similar with the value that Firefox uses.
lib/sync/ephy-sync-service.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/sync/ephy-sync-service.c b/lib/sync/ephy-sync-service.c
index c82b753..df7eef7 100644
--- a/lib/sync/ephy-sync-service.c
+++ b/lib/sync/ephy-sync-service.c
@@ -2308,7 +2308,7 @@ ephy_sync_service_register_device (EphySyncService *self,
json_object_set_string_member (record, "version", VERSION);
json_object_set_array_member (record, "protocols", array);
json_object_set_string_member (record, "os", "Linux");
- json_object_set_null_member (record, "appPackage");
+ json_object_set_string_member (record, "appPackage", "org.gnome.epiphany");
json_object_set_string_member (record, "application", "Epiphany");
/* Get record's string representation. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]