summaryrefslogtreecommitdiff
path: root/lib/sync
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-06-23 11:12:08 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-06-23 12:05:33 -0500
commit73960cb8d5f536d2c2106b45213a9e3693289615 (patch)
tree99c8385eed33d495c44fd7c9b3d0b8b17d43c224 /lib/sync
parentcc32bc817bb6e57928a59d36b051e15be8b91bd0 (diff)
downloadepiphany-73960cb8d5f536d2c2106b45213a9e3693289615.tar.gz
Simplify user agent construction
Diffstat (limited to 'lib/sync')
-rw-r--r--lib/sync/ephy-sync-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sync/ephy-sync-service.c b/lib/sync/ephy-sync-service.c
index 24c97ac19..276f5cb7c 100644
--- a/lib/sync/ephy-sync-service.c
+++ b/lib/sync/ephy-sync-service.c
@@ -1962,7 +1962,7 @@ ephy_sync_service_constructed (GObject *object)
if (self->sync_periodically) {
g_object_set (self->session,
- "user-agent", ephy_user_agent_get_internal (),
+ "user-agent", ephy_user_agent_get (),
NULL);
g_signal_connect (EPHY_SETTINGS_SYNC, "changed::"EPHY_PREFS_SYNC_FREQUENCY,