diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-datetime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c index 8c3ae75..f7d1a78 100644 --- a/src/indicator-datetime.c +++ b/src/indicator-datetime.c @@ -272,7 +272,7 @@ menu_visible_notify_cb(GtkWidget * menu, G_GNUC_UNUSED GParamSpec *pspec, gpoint g_debug ("notify visible signal received"); self = INDICATOR_DATETIME (user_data); - g_return_if_fail (self != NULL); + g_assert (self != NULL); /* if the calendar widget's been created, set it to today's datë */ if (self->priv->ido_calendar != NULL) { |