Merge lp:~jamesh/unity-scope-mediascanner/increase-result-count into lp:unity-scope-mediascanner

Proposed by James Henstridge
Status: Merged
Approved by: Jussi Pakkanen
Approved revision: 40
Merged at revision: 40
Proposed branch: lp:~jamesh/unity-scope-mediascanner/increase-result-count
Merge into: lp:unity-scope-mediascanner
Diff against target: 12 lines (+1/-1)
1 file modified
src/base-scope.c (+1/-1)
To merge this branch: bzr merge lp:~jamesh/unity-scope-mediascanner/increase-result-count
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Unity Team Pending
Review via email: mp+187481@code.launchpad.net

Commit message

Increase the maximum result count for the scope from 20 to 100 (the same used by the desktop scope).

Description of the change

Increase the maximum result count for the scope from 20 to 100 (the same used by the desktop scope).

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/base-scope.c'
2--- src/base-scope.c 2013-09-24 06:55:00 +0000
3+++ src/base-scope.c 2013-09-25 09:51:39 +0000
4@@ -19,7 +19,7 @@
5 #include <config.h>
6 #include "scope.h"
7
8-#define MAX_RESULTS 20
9+#define MAX_RESULTS 100
10
11 typedef struct {
12 ScopeSearchData *scope_data;

Subscribers

People subscribed via source and target branches

to all changes: