Merge lp://qastaging/~3v1n0/compiz-expo-plugin/oneiric.fix_875557 into lp://qastaging/~compiz-team/compiz-expo-plugin/oneiric
Proposed by
Marco Trevisan (Treviño)
Status: | Merged |
---|---|
Approved by: | Sam Spilsbury |
Approved revision: | 157 |
Merged at revision: | 157 |
Proposed branch: | lp://qastaging/~3v1n0/compiz-expo-plugin/oneiric.fix_875557 |
Merge into: | lp://qastaging/~compiz-team/compiz-expo-plugin/oneiric |
Diff against target: |
12 lines (+0/-2) 1 file modified
src/expo.cpp (+0/-2) |
To merge this branch: | bzr merge lp://qastaging/~3v1n0/compiz-expo-plugin/oneiric.fix_875557 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sam Spilsbury | Approve | ||
Review via email: mp+83489@code.qastaging.launchpad.net |
Description of the change
Don't reset the dndState on expo terminate.
doing this causes the dndFini function not to work when called, and so not to release the grab on selected window(s).
This shouldn't lead to issues in the case that dndFini is not called, since the dndState variable is reset to None once expo is fired again.
To post a comment you must log in.
Marco, do you plan to work on test case for this fix? seems we can't SRU unless its fixed in precise(with testcase)