Merge lp:~ken-vandine/unity/make-quicklists-work-again into lp:unity

Proposed by Ken VanDine
Status: Merged
Merged at revision: 1119
Proposed branch: lp:~ken-vandine/unity/make-quicklists-work-again
Merge into: lp:unity
Diff against target: 12 lines (+2/-0)
1 file modified
src/LauncherIcon.cpp (+2/-0)
To merge this branch: bzr merge lp:~ken-vandine/unity/make-quicklists-work-again
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+57386@code.launchpad.net

Description of the change

This fixes dynamic quick lists yet again, bug 729074

I really just applied the same fix mterry did last week, which got inadvertently removed when the urgency API was added.

To post a comment you must log in.
Revision history for this message
Bilal Akhtar (bilalakhtar) wrote :

I confirm that this fix works.

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

approved, nice catch!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/LauncherIcon.cpp'
2--- src/LauncherIcon.cpp 2011-04-12 16:32:22 +0000
3+++ src/LauncherIcon.cpp 2011-04-12 19:35:44 +0000
4@@ -1001,6 +1001,8 @@
5
6 if (remote->Urgent ())
7 OnRemoteUrgentChanged (remote);
8+
9+ OnRemoteQuicklistChanged (remote);
10 }
11
12 void