Merge lp:~didrocks/unity/fix-705672 into lp:unity

Proposed by Didier Roche-Tolomelli
Status: Merged
Merged at revision: 785
Proposed branch: lp:~didrocks/unity/fix-705672
Merge into: lp:unity
Diff against target: 11 lines (+0/-1)
1 file modified
src/PlacesController.cpp (+0/-1)
To merge this branch: bzr merge lp:~didrocks/unity/fix-705672
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+47273@code.launchpad.net

Description of the change

no need for EnableInputWindow there as we want false at start and the default is
false (LP: #705672)

To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

looks sexy.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/PlacesController.cpp'
2--- src/PlacesController.cpp 2011-01-20 21:08:38 +0000
3+++ src/PlacesController.cpp 2011-01-24 16:34:48 +0000
4@@ -49,7 +49,6 @@
5 _window->Reference ();
6 _window->SetConfigureNotifyCallback(&PlacesController::WindowConfigureCallback, this);
7 _window->ShowWindow(false);
8- _window->EnableInputWindow(true);
9 _window->InputWindowEnableStruts(false);
10
11 _window->OnMouseDownOutsideArea.connect (sigc::mem_fun (this, &PlacesController::RecvMouseDownOutsideOfView));