GNOME Bugzilla – Bug 722002
src/gtk-utils.c: non-void function should return a value
Last modified: 2014-01-11 18:56:38 UTC
In src/gtk-utils.c, some non-void functions use g_return_if_fail, which should be replaced by g_return_val_if_fail. _gtk_header_bar_create_text_button _gtk_header_bar_create_image_button _gtk_header_bar_create_image_toggle_button
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.