Merge lp:~kamstrup/unity-lens-files/finished-signal into lp:unity-lens-files

Proposed by Mikkel Kamstrup Erlandsen
Status: Merged
Merged at revision: 162
Proposed branch: lp:~kamstrup/unity-lens-files/finished-signal
Merge into: lp:unity-lens-files
Diff against target: 21 lines (+4/-0)
1 file modified
src/daemon.vala (+4/-0)
To merge this branch: bzr merge lp:~kamstrup/unity-lens-files/finished-signal
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+54188@code.launchpad.net

Description of the change

Use the new PlaceSearch.finished() API. This requires lp:~kamstrup/libunity/finished-signal which evidently can not be expressed in LP..?

To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

Approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/daemon.vala'
2--- src/daemon.vala 2011-03-16 11:58:08 +0000
3+++ src/daemon.vala 2011-03-21 11:34:28 +0000
4@@ -642,6 +642,8 @@
5 files.thaw_notify ();
6 return false;
7 });
8+
9+ search.finished ();
10 }
11
12 private async void update_search_async (PlaceSearch search,
13@@ -777,6 +779,8 @@
14 files.thaw_notify ();
15 return false;
16 });
17+
18+ search.finished ();
19 }
20
21 private async void update_without_search_async (Section section,

Subscribers

People subscribed via source and target branches

to all changes: