Merge lp://staging/~vanvugt/unity/fix-687567-unity4 into lp://staging/unity
Proposed by
Daniel van Vugt
Status: | Merged |
---|---|
Merged at revision: | 1279 |
Proposed branch: | lp://staging/~vanvugt/unity/fix-687567-unity4 |
Merge into: | lp://staging/unity |
Diff against target: |
194 lines (+55/-104) 1 file modified
services/panel-service.c (+55/-104) |
To merge this branch: | bzr merge lp://staging/~vanvugt/unity/fix-687567-unity4 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Neil J. Patel (community) | Approve | ||
Review via email: mp+67922@code.staging.launchpad.net |
Description of the change
Fix white "flashes" seen in the panel menus during scrubbing or when they're unmapped (LP: #687567)
The problem it seems, was that we were calling gdk/gtk/X11 functions in the middle of a GDK event filter. Removing these function calls and replacing them with a simpler more optimized solution solves the problem.
This is the unity-4 version of the fix. A similar fix for natty has already been proposed for unity-3:
https:/
To post a comment you must log in.
Works perfectly, approved!