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 e3f55fc..9530d27 100644
--- a/src/gclue-location.c
+++ b/src/gclue-location.c
@@ -748,6 +748,7 @@ gclue_location_create_from_nmeas (const char *nmeas[],
(gga_loc, gclue_location_get_speed(rmc_loc));
gclue_location_set_heading
(gga_loc, gclue_location_get_heading(rmc_loc));
+ g_object_set (gga_loc, "description", "GPS GGA+RMC", NULL);
g_object_unref (rmc_loc);
return gga_loc;