~chipaca/unity-lens-music/dont-force-us

« back to all changes in this revision

Viewing changes to src/banshee-scope.vala

  • Committer: Alex Launi
  • Date: 2011-09-02 17:44:06 UTC
  • mfrom: (31.1.1 song-count-834928)
  • Revision ID: alex.launi@canonical.com-20110902174406-2mwnvhq9d0ywo93b
Merge fix for track/album count

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
                 */
137
137
    private async void update_without_search_async (LensSearch search)
138
138
    {
139
 
      perform_search_async.begin (search, 100);
 
139
      perform_search_async.begin (search, -1);
140
140
    }
141
141
 
142
142
    /**
153
153
          return;
154
154
        }
155
155
      
156
 
      perform_search_async.begin (search, 20);
 
156
      perform_search_async.begin (search, 100);
157
157
    }
158
158
    
159
159
    private async void update_search_async (LensSearch search)
165
165
          return;
166
166
        }
167
167
      
168
 
      perform_search_async.begin (search, 50);
 
168
      perform_search_async.begin (search, 500);
169
169
    }
170
170
    
171
171
    private async void perform_search_async (LensSearch search, int max_results)