Jan Hudec wrote:
Instead of removing, the g_return_if_fail(condition) should be replaced
with:
if(condition) return;
It's equivalent in behavior, but does not spit the warning.
I don't really consider this much of a bug, all of the g_log output that
Gaim produces is now directed to its debug windo
Package: gaim
Version: 1:1.1.2-1
Followup-For: Bug #216654
Instead of removing, the g_return_if_fail(condition) should be replaced
with:
if(condition) return;
It's equivalent in behavior, but does not spit the warning.
2 matches
Mail list logo