Merge lp:~vanvugt/compiz/fix-1004335 into lp:compiz/0.9.8

Proposed by Daniel van Vugt
Status: Merged
Approved by: Sam Spilsbury
Approved revision: 3224
Merged at revision: 3224
Proposed branch: lp:~vanvugt/compiz/fix-1004335
Merge into: lp:compiz/0.9.8
Diff against target: 13 lines (+2/-1)
1 file modified
plugins/wall/src/wall.cpp (+2/-1)
To merge this branch: bzr merge lp:~vanvugt/compiz/fix-1004335
Reviewer Review Type Date Requested Status
Alan Griffiths Approve
Review via email: mp+107335@code.launchpad.net

Description of the change

Fix uninitialized variable (LP: #1004335)

To post a comment you must log in.
Revision history for this message
Alan Griffiths (alan-griffiths) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/wall/src/wall.cpp'
2--- plugins/wall/src/wall.cpp 2012-04-24 11:34:43 +0000
3+++ plugins/wall/src/wall.cpp 2012-05-25 07:22:18 +0000
4@@ -1669,7 +1669,8 @@
5 timer (0),
6 moveWindow (None),
7 focusDefault (true),
8- transform (NoTransformation)
9+ transform (NoTransformation),
10+ edgeDrag (false)
11 {
12 ScreenInterface::setHandler (screen);
13 CompositeScreenInterface::setHandler (cScreen);

Subscribers

People subscribed via source and target branches