Merge lp:~ivenvd/compiz/compiz.fix_1050752 into lp:compiz/0.9.8

Proposed by Iven Hsu
Status: Merged
Approved by: Omer Akram
Approved revision: 3374
Merged at revision: 3375
Proposed branch: lp:~ivenvd/compiz/compiz.fix_1050752
Merge into: lp:compiz/0.9.8
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/opacify/src/opacify.cpp (+1/-1)
To merge this branch: bzr merge lp:~ivenvd/compiz/compiz.fix_1050752
Reviewer Review Type Date Requested Status
Sam Spilsbury Approve
Review via email: mp+124345@code.launchpad.net

Commit message

Fix (LP: #1050752). https://bugs.launchpad.net/compiz/+bug/1050752

In the initializing of the plugin, it should not only start handling the events, but also enable GL paint.

Description of the change

Fix (LP: #1050752). https://bugs.launchpad.net/compiz/+bug/1050752

In the initializing of the plugin, it should not only start handling the events, but also enable GL paint.

To post a comment you must log in.
Revision history for this message
Sam Spilsbury (smspillaz) :
review: Approve
Revision history for this message
Unity Merger (unity-merger) wrote :

No commit message specified.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/opacify/src/opacify.cpp'
2--- plugins/opacify/src/opacify.cpp 2012-09-07 23:29:42 +0000
3+++ plugins/opacify/src/opacify.cpp 2012-09-14 07:10:26 +0000
4@@ -414,7 +414,7 @@
5 optionSetTimeoutNotify (boost::bind (&OpacifyScreen::optionChanged,
6 this, _1, _2));
7
8- screen->handleEventSetEnabled (this, optionGetInitToggle ());
9+ setFunctions (optionGetInitToggle ());
10 }
11
12 bool

Subscribers

People subscribed via source and target branches