Merge lp:~mterry/unity/initial-quicklist into lp:unity

Proposed by Michael Terry
Status: Merged
Merged at revision: 1073
Proposed branch: lp:~mterry/unity/initial-quicklist
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:~mterry/unity/initial-quicklist
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Review via email: mp+56099@code.launchpad.net

Description of the change

This fixes a small oversight when adding back dynamic quicklist support. This makes the dynamic quicklist test case from LP [1] work.

[1] https://bugs.launchpad.net/ubuntu/+source/libunity/+bug/735920/+attachment/1914623/+files/progress.vala

To post a comment you must log in.
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

 review approve

Good 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-03-31 20:33:43 +0000
3+++ src/LauncherIcon.cpp 2011-04-04 03:28:54 +0000
4@@ -914,6 +914,8 @@
5
6 if (remote->ProgressVisible ())
7 OnRemoteProgressVisibleChanged (remote);
8+
9+ OnRemoteQuicklistChanged (remote);
10 }
11
12 void