summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>2022-10-05 23:49:07 +0200
committerMaciej S. Szmigiero <mail@maciej.szmigiero.name>2022-10-06 00:10:45 +0200
commitbc4252ea5c2c4957f713d5136536379713c357ac (patch)
treec64547a10e00e5b9cf651804b57c0589d435f1d0
parent0de88a82727ab2a3a156df63206453556d80d707 (diff)
downloadgeoclue-bc4252ea5c2c4957f713d5136536379713c357ac.tar.gz
location: Add missing "description" field in gclue_location_duplicate()
-rw-r--r--src/gclue-location.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gclue-location.c b/src/gclue-location.c
index b0e5e0d..cf5ff97 100644
--- a/src/gclue-location.c
+++ b/src/gclue-location.c
@@ -788,6 +788,7 @@ gclue_location_duplicate (GClueLocation *location)
"timestamp", location->priv->timestamp,
"speed", location->priv->speed,
"heading", location->priv->heading,
+ "description", location->priv->description,
NULL);
}