Merge lp:~smspillaz/unity/unity.fix_1039410 into lp:unity

Proposed by Sam Spilsbury
Status: Merged
Approved by: Daniel van Vugt
Approved revision: no longer in the source branch.
Merged at revision: 2597
Proposed branch: lp:~smspillaz/unity/unity.fix_1039410
Merge into: lp:unity
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/networkarearegion/src/networkarearegion.cpp (+1/-0)
To merge this branch: bzr merge lp:~smspillaz/unity/unity.fix_1039410
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve
Review via email: mp+120514@code.launchpad.net

Commit message

Fixes monitor hotplug corruption (LP #1039410)

Description of the change

Fixes monitor hotplug corruption (LP #1039410)

No tests as that part of the code is not a testing target (not enabled by default iirc)

To post a comment you must log in.
Revision history for this message
Daniel van Vugt (vanvugt) :
review: Approve
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Although, remember Unity has no space before the ()

2597. By Sam Spilsbury

Fixes monitor hotplug corruption (LP #1039410). Fixes: https://bugs.launchpad.net/bugs/1039410. Approved by Daniel van Vugt.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/networkarearegion/src/networkarearegion.cpp'
2--- plugins/networkarearegion/src/networkarearegion.cpp 2012-06-18 02:57:23 +0000
3+++ plugins/networkarearegion/src/networkarearegion.cpp 2012-08-21 08:33:19 +0000
4@@ -64,6 +64,7 @@
5 UnityNETWorkareaRegionScreen::outputChangeNotify()
6 {
7 setProperty();
8+ screen->outputChangeNotify ();
9 }
10
11 void