Bug#216654: gaim has lots of stupid assertions

2005-01-23 Thread Robert McQueen
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

Bug#216654: gaim has lots of stupid assertions

2005-01-23 Thread Jan Hudec
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.