Merge lp://staging/~alcinnz/slingshot/performance into lp://staging/~elementary-pantheon/slingshot/trunk
Proposed by
Adrian Cochrane
Status: | Merged |
---|---|
Merged at revision: | 760 |
Proposed branch: | lp://staging/~alcinnz/slingshot/performance |
Merge into: | lp://staging/~elementary-pantheon/slingshot/trunk |
Diff against target: |
24 lines (+7/-2) 1 file modified
src/Backend/AppSystem.vala (+7/-2) |
To merge this branch: | bzr merge lp://staging/~alcinnz/slingshot/performance |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
elementary Pantheon team | Pending | ||
Review via email: mp+317739@code.staging.launchpad.net |
Description of the change
I wrapped the initial load of the application menu in a thread, so it doesn't held up the rest of Wingpanel.
Given there isn't a mainloop in that new thread the events should be delivered on the main one.
To post a comment you must log in.