Merge lp:~kamstrup/unity-lens-applications/0.4-fix-zg-args into lp:unity-lens-applications/0.4

Proposed by Mikkel Kamstrup Erlandsen
Status: Merged
Approved by: Michal Hruby
Approved revision: 249
Merged at revision: 249
Proposed branch: lp:~kamstrup/unity-lens-applications/0.4-fix-zg-args
Merge into: lp:unity-lens-applications/0.4
Diff against target: 12 lines (+1/-1)
1 file modified
src/daemon.vala (+1/-1)
To merge this branch: bzr merge lp:~kamstrup/unity-lens-applications/0.4-fix-zg-args
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
Review via email: mp+87734@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

Nothing to say here other than 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-11-16 17:27:33 +0000
3+++ src/daemon.vala 2012-01-06 12:01:24 +0000
4@@ -370,7 +370,7 @@
5 var results = yield zg_index.search (zg_search_string,
6 new Zeitgeist.TimeRange.anytime(),
7 zg_templates,
8- Zeitgeist.StorageState.ANY,
9+ 0,
10 20,
11 Zeitgeist.ResultType.MOST_POPULAR_SUBJECTS,
12 null);

Subscribers

People subscribed via source and target branches