diff options
Diffstat (limited to 'applets/clock/clock-location-tile.c')
-rw-r--r-- | applets/clock/clock-location-tile.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/applets/clock/clock-location-tile.c b/applets/clock/clock-location-tile.c index c7cee4b7..7d478567 100644 --- a/applets/clock/clock-location-tile.c +++ b/applets/clock/clock-location-tile.c @@ -571,25 +571,18 @@ clock_location_tile_refresh (ClockLocationTile *this, gboolean force_refresh) } } - debug_print("IIII"); /* FIXME */ if (clock_needs_face_refresh (this)) { - debug_print("IIII"); clock_face_refresh (CLOCK_FACE (priv->clock_face)); } if (!force_refresh && !clock_needs_label_refresh (this)) { - debug_print("IIII"); return; } - debug_print("IIII"); clock_location_localtime (priv->location, &now); - debug_print("IIII"); tzname = clock_location_get_tzname (priv->location); - debug_print("IIII"); if (tzname == NULL) { - debug_print("IIII"); tzname = clock_location_get_tzid (priv->location); } |