notify: Emit a g_critical() instead g_return_if_fail()ing
authorBenjamin Otte <otte@redhat.com>
Thu, 22 Jul 2010 06:52:25 +0000 (08:52 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 22 Jul 2010 19:56:20 +0000 (21:56 +0200)
commita2c5bba31d19dcd7f3726c99280ff794cbf744a9
tree332ee4fa3d7dc13a94b3870b5de53cc18d6eee87
parent24161d9c4621ef0a674c31146e9fd0d2e9ad8d0f
notify: Emit a g_critical() instead g_return_if_fail()ing

This does not change the code semantically in any way but avoids a
return in the middle of the code.

https://bugzilla.gnome.org/show_bug.cgi?id=166020
gobject/gobjectnotifyqueue.c