summaryrefslogtreecommitdiff
path: root/src/gclue-cdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gclue-cdma.c')
-rw-r--r--src/gclue-cdma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gclue-cdma.c b/src/gclue-cdma.c
index a35c07a..602660b 100644
--- a/src/gclue-cdma.c
+++ b/src/gclue-cdma.c
@@ -199,7 +199,8 @@ on_fix_cdma (GClueModem *modem,
location = gclue_location_new (latitude,
longitude,
- 1000); /* Assume 1 km accuracy */
+ 1000, /* Assume 1 km accuracy */
+ "CDMA");
gclue_location_source_set_location (GCLUE_LOCATION_SOURCE (user_data),
location);