Add 2 properties to PositionPublisher: blur and start-gps
[azimuth] / src / azimuth.c
index bc3445a..5c1337d 100644 (file)
@@ -55,7 +55,7 @@ enabled_changed (Azimuth *self,
       if (priv->publisher != NULL)
         return;
 
-      priv->publisher = position_publisher_new ();
+      priv->publisher = position_publisher_new (TRUE, FALSE);
     }
   else
     {
@@ -161,7 +161,7 @@ azimuth_run (Azimuth *self)
     {
       g_print ("publishing is enabled\n");
       g_assert (priv->publisher == NULL);
-      priv->publisher = position_publisher_new ();
+      priv->publisher = position_publisher_new (TRUE, FALSE);
     }
   else
     {