Removed debugging output release-1.0-13
authorDr. Johann Pfefferl <pfefferl@gmx.net>
Thu, 17 Jun 2010 10:00:05 +0000 (12:00 +0200)
committerDr. Johann Pfefferl <pfefferl@gmx.net>
Thu, 17 Jun 2010 10:00:05 +0000 (12:00 +0200)
debian/changelog
gps-tracker.c

index b06a067..ce2eb40 100644 (file)
@@ -1,3 +1,9 @@
+gps-tracker (1.0-13) unstable; urgency=low
+
+  * Removed debugging output
+
+ -- Dr. Johann Pfefferl <pfefferl@gmx.net>  Thu, 17 Jun 2010 11:59:44 +0200
+
 gps-tracker (1.0-12) unstable; urgency=low
 
   * Improved the detection when a fix is really usable
index 392ff79..6981e22 100644 (file)
@@ -171,7 +171,7 @@ static void on_gps_device_changed (LocationGPSDevice *device, gpointer data)
        (! device->fix->fields & LOCATION_GPS_DEVICE_TIME_SET) &&
        (device->fix->mode == LOCATION_GPS_DEVICE_MODE_2D))) {
     app_data->has_fix = FALSE;
-    hildon_banner_show_information(GTK_WIDGET(app_data->window), NULL, "WARNING: Lost fix");
+    //hildon_banner_show_information(GTK_WIDGET(app_data->window), NULL, "WARNING: Lost fix");
     app_data->last_device_status = LOCATION_GPS_DEVICE_STATUS_NO_FIX;
   }
   else if (device->fix) {