~alexlauni/unity-lens-music/horizontal-renderer

« back to all changes in this revision

Viewing changes to src/banshee-collection.vala

  • Committer: Alex Launi
  • Date: 2011-09-08 17:24:09 UTC
  • mfrom: (39.1.1 banshee-simple)
  • Revision ID: alex.launi@canonical.com-20110908172409-4001v2yoqwjari1v
Bring back SimpleScope and the simplified banshee scope

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   */
33
33
  public class BansheeCollection : Object
34
34
  {
35
 
    private const int MAX_RESULTS = 100000;
 
35
    private const int MAX_RESULTS = 100;
36
36
    
37
37
    private Database db;
38
38