GNOME Bugzilla – Bug 723351
Non-void function should return a value
Last modified: 2014-01-31 10:56:05 UTC
Created attachment 267712 [details] [review] Fix "Non-void function should return a value" src/totem-search-entry.c: totem_search_entry_set_selected_id() has a return value, so g_return_if_fail should be replaced by g_return_val_if_fail.
Looks good.