diff options
author | Ted Gould <ted@gould.cx> | 2010-03-01 16:23:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-01 16:23:56 -0600 |
commit | 6c63187e2ce841ccac0cb1c2ed1b838c77b42ff5 (patch) | |
tree | c3af3f8f01f3efc1dc80dbb2e19386929d0f477d /src | |
parent | 20a40047725f827e0f04b6a0139f3c1f6db19894 (diff) | |
download | ayatana-indicator-datetime-6c63187e2ce841ccac0cb1c2ed1b838c77b42ff5.tar.gz ayatana-indicator-datetime-6c63187e2ce841ccac0cb1c2ed1b838c77b42ff5.tar.bz2 ayatana-indicator-datetime-6c63187e2ce841ccac0cb1c2ed1b838c77b42ff5.zip |
Debug message.
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-datetime.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |