GNOME Bugzilla – Bug 771512
grilo: Critical errors caused by wrong 'return_if_fail'
Last modified: 2016-09-16 08:24:40 UTC
In GriloCover.on_media_resolved() some return_if_fail() are used for normal cases where a simple test+return should be used, causing some wrong critical errors.
Created attachment 335680 [details] [review] grilo: Replace some return_if_fail by normal tests Replace some return_if_fail tests by normal tests which can return in GriloCover.on_media_resolved(). This avoids wrong critical errors.
Attachment 335680 [details] pushed as 921b1d9 - grilo: Replace some return_if_fail by normal tests