From 6c63187e2ce841ccac0cb1c2ed1b838c77b42ff5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 1 Mar 2010 16:23:56 -0600 Subject: Debug message. --- src/indicator-datetime.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c index 9dcb6b1..e0793d9 100644 --- a/src/indicator-datetime.c +++ b/src/indicator-datetime.c @@ -264,6 +264,8 @@ guess_label_size (IndicatorDatetime * self) self->priv->max_width = MAX(am_width, pm_width); gtk_widget_set_size_request(GTK_WIDGET(self->priv->label), self->priv->max_width, -1); + g_debug("Guessing max time width: %d", self->priv->max_width); + return; } -- cgit v1.2.3