From 914258f0839fefecfd8498aaabbcfd9de1c6f79d Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 14 Jun 2013 13:21:27 -0500 Subject: remove g_message that leaked into last commit --- src/idolocationmenuitem.c | 1 - src/idolocationmenuitem.h | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/idolocationmenuitem.c b/src/idolocationmenuitem.c index 1752e64..6646d12 100644 --- a/src/idolocationmenuitem.c +++ b/src/idolocationmenuitem.c @@ -139,7 +139,6 @@ calculate_seconds_until_next_minute (void) g_date_time_unref (next); g_date_time_unref (now); - g_message ("%s %s the next minute will be here in %u seconds", G_STRLOC, G_STRFUNC, seconds); return seconds; } diff --git a/src/idolocationmenuitem.h b/src/idolocationmenuitem.h index 0b74dbd..08a97af 100644 --- a/src/idolocationmenuitem.h +++ b/src/idolocationmenuitem.h @@ -40,9 +40,8 @@ struct _IdoLocationMenuItemClass /** * A menuitem that indicates a location. * - * It gives the location's name in the primary label, - * and a right-aligned secondary label shows the - * current time in that location's timezone + * It contains a primary label giving the location's name and a + * right-aligned secondary label showing the location's current time */ struct _IdoLocationMenuItem { -- cgit v1.2.3