GNOME Bugzilla – Bug 722024
gdl/gdl-dock-bar.c: non-void function should return a value
Last modified: 2014-01-13 20:54:18 UTC
In gdl/gdl-dock-bar.c, the function gdl_dock_bar_get_style uses g_return_if_fail, which should be replaced by g_return_val_if_fail.
Thank for reporting this bug, I have fixed it in the master branch. For such thing, it's quite easy to write a patch. Do not hesitate to provide a patch if you can.