~hypodermia/ubuntu/oneiric/compiz/fix-for-bug-301174

« back to all changes in this revision

Viewing changes to xslt/bcop.xslt

  • Committer: Emily Strickland
  • Date: 2011-06-15 04:52:00 UTC
  • Revision ID: emily@zubon.org-20110615045200-aqfclpzec14oaoja
Add 'bell' plugin and a small fix to bcop.xslt to properly trigger bell events (see http://cgit.compiz.org/compiz/core/commit/?id=e6afcfd735db5a9f507fb9cd810bdb139ab8480f); fixes https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/301174 and https://bugs.launchpad.net/ubuntu/+source/unity/+bug/769314

Show diffs side-by-side

added added

removed removed

Lines of Context:
563
563
        <xsl:param name="value"/>
564
564
        <xsl:text>    action = CompAction ();
565
565
</xsl:text>
566
 
        <xsl:text>    action.setState (state | CompAction::StateInitButton);
 
566
        <xsl:text>    action.setState (state | CompAction::StateInitBell);
567
567
</xsl:text>
568
568
        <xsl:if test="default/text() and default/text() = 'true'">
569
569
            <xsl:text>    action.setBell (true);