From ea13b9889afbdc13f4e8c5aa705d58ba83331d68 Mon Sep 17 00:00:00 2001 From: "Dr. Johann Pfefferl" Date: Thu, 17 Jun 2010 12:00:05 +0200 Subject: [PATCH] Removed debugging output --- debian/changelog | 6 ++++++ gps-tracker.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b06a067..ce2eb40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gps-tracker (1.0-13) unstable; urgency=low + + * Removed debugging output + + -- Dr. Johann Pfefferl 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 diff --git a/gps-tracker.c b/gps-tracker.c index 392ff79..6981e22 100644 --- a/gps-tracker.c +++ b/gps-tracker.c @@ -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) { -- 1.7.9.5