summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}