summaryrefslogtreecommitdiff
path: root/lib/ephy-notification.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-09-13 09:21:24 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-09-13 09:34:09 -0500
commit489df78bc80e477f3d833921e58956d61a6a8f13 (patch)
treeea9f36b8afc2f7e984a076dc2f299a4995d57cd2 /lib/ephy-notification.c
parentbeaba05ad10f424727ce3ba192eb96319ba0750d (diff)
downloadepiphany-489df78bc80e477f3d833921e58956d61a6a8f13.tar.gz
Purge g_return from lib/
Diffstat (limited to 'lib/ephy-notification.c')
-rw-r--r--lib/ephy-notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-notification.c b/lib/ephy-notification.c
index 68d45c4b0..ce60bb095 100644
--- a/lib/ephy-notification.c
+++ b/lib/ephy-notification.c
@@ -201,7 +201,7 @@ ephy_notification_new (const char *head,
void
ephy_notification_show (EphyNotification *self)
{
- g_return_if_fail (EPHY_IS_NOTIFICATION (self));
+ g_assert (EPHY_IS_NOTIFICATION (self));
ephy_notification_container_add_notification (ephy_notification_container_get_default (),
GTK_WIDGET (self));