From e03ef8e4ac74e87cefaff1ef792d8a5bff54c926 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 1 May 2013 17:44:45 -0700 Subject: this is an assertion, so use g_assert() --- src/indicator-datetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indicator-datetime.c') 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) { -- cgit v1.2.3