Code review comment for lp:~ksamak/compiz/add_startup_option_to_negative

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

> optionSetActivateAtStartupNotify (boost::bind (&NegScreen::optionChanged, this,
> _1, _2));

This is also incorrect - it will cause all windows to be toggled whenever the option is changed, not just on startup.

« Back to merge proposal