~codygarver/slingshot/update-exec-name

« back to all changes in this revision

Viewing changes to src/Widgets/CategoryView.vala

  • Committer: Cody Garver
  • Author(s): Andrea Basso
  • Date: 2012-08-20 20:25:29 UTC
  • mfrom: (251.1.1 goodbye-focus-problems)
  • Revision ID: codygarver@gmail.com-20120820202529-tsoo20f34z6x9gqj
Fix bug #1026355.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        private int current_position = 0;
42
42
        private bool from_category = false;
43
43
        
44
 
        private HashMap<int, string> category_ids = new HashMap<int, string> ();
 
44
        public HashMap<int, string> category_ids = new HashMap<int, string> ();
45
45
        
46
46
        public CategoryView (SlingshotView parent) {
47
47
 
227
227
 
228
228
        }
229
229
 
230
 
        private void show_filtered_apps (string category) {
 
230
        public void show_filtered_apps (string category) {
231
231
 
232
232
            switcher.clear_children ();
233
233
            app_view.clear ();