~lains/appcenter/appcenter

« back to all changes in this revision

Viewing changes to src/MainWindow.vala

  • Committer: RabbitBot
  • Author(s): ruben.reina.dev at gmail
  • Date: 2016-08-20 17:21:09 UTC
  • mfrom: (277.1.1 appcenter)
  • Revision ID: rabbitbot-20160820172109-ukmd2myg9ne9br1k
* Search asynchronously
* Limit search results to 100 (for responsiveness)

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
                    break;
178
178
            }
179
179
        } else {
180
 
            search_view.search (research);
 
180
            search_view.search.begin (research);
181
181
            if (!return_button.visible) {
182
182
                view_mode_revealer.reveal_child = false;
183
183
                stack.visible_child = search_view;