~parnold-x/slingshot/recent-apps

« back to all changes in this revision

Viewing changes to src/Widgets/CategoryView.vala

  • Committer: RabbitBot
  • Author(s): Corentin Noël
  • Date: 2014-10-15 02:01:07 UTC
  • mfrom: (460.1.6 slingshot)
  • Revision ID: rabbitbot-20141015020107-qx0aph8kbju8drt4
* Get a consistent search entry.
 * Do search asynchronously.
 * Animate the view change with recent Gtk technology.
 * Simplify the code regarding the addition of margins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        else
125
125
            page_switcher.hide ();
126
126
 
127
 
        view.get_current_search_entry ().grab_focus ();
 
127
        view.search_entry.grab_focus ();
128
128
 
129
129
    }
130
130