Merge lp:~smspillaz/compiz-core/compiz-core.fix_933226 into lp:compiz-core

Proposed by Sam Spilsbury
Status: Merged
Approved by: Tim Penhey
Approved revision: 3003
Merged at revision: 3003
Proposed branch: lp:~smspillaz/compiz-core/compiz-core.fix_933226
Merge into: lp:compiz-core
Diff against target: 12 lines (+1/-1)
1 file modified
src/window.cpp (+1/-1)
To merge this branch: bzr merge lp:~smspillaz/compiz-core/compiz-core.fix_933226
Reviewer Review Type Date Requested Status
Tim Penhey (community) Approve
Review via email: mp+93328@code.launchpad.net

Description of the change

Fixes ftbfs on r3002 due to a small typo.

To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/window.cpp'
2--- src/window.cpp 2012-02-16 01:09:45 +0000
3+++ src/window.cpp 2012-02-16 02:27:17 +0000
4@@ -4693,7 +4693,7 @@
5 boost::bind (PrivateWindow::revealAncestors, _1, this));
6 priv->reveal ();
7
8- screen->leaveShowDesktopMode (window);
9+ screen->leaveShowDesktopMode (this);
10
11 if (priv->state & CompWindowStateHiddenMask)
12 {

Subscribers

People subscribed via source and target branches