Code review comment for lp:~ted/indicator-session/lp864085

Revision history for this message
Michal Hruby (mhr3) wrote :

Putting function calls into g_return_* macros is quite dangerous, cause you can easily compile those away (using G_DISABLE_CHECKS). Please use a temp variable for what you're doing.

review: Needs Fixing

« Back to merge proposal