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
=== modified file 'src/window.cpp'
--- src/window.cpp 2012-02-16 01:09:45 +0000
+++ src/window.cpp 2012-02-16 02:27:17 +0000
@@ -4693,7 +4693,7 @@
4693 boost::bind (PrivateWindow::revealAncestors, _1, this));4693 boost::bind (PrivateWindow::revealAncestors, _1, this));
4694 priv->reveal ();4694 priv->reveal ();
46954695
4696 screen->leaveShowDesktopMode (window);4696 screen->leaveShowDesktopMode (this);
46974697
4698 if (priv->state & CompWindowStateHiddenMask)4698 if (priv->state & CompWindowStateHiddenMask)
4699 {4699 {

Subscribers

People subscribed via source and target branches