~ricotz/slingshot/port-gmenu3

« back to all changes in this revision

Viewing changes to src/Widgets/AppEntry.vala

  • Committer: Cody Garver
  • Author(s): Andrea Basso
  • Date: 2013-02-16 12:59:53 UTC
  • mfrom: (333.1.2 slingshot-latest)
  • Revision ID: cody@elementaryos.org-20130216125953-gpyi5wwenl57ui1d
Remove NoDisplay=True apps from SearchView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        public string desktop_id;
34
34
        public int icon_size;
35
35
        public string desktop_path;
36
 
        public bool display;
37
36
 
38
37
        public signal void app_launched ();
39
38
 
59
58
            exec_name = app.exec;
60
59
            icon_size = Slingshot.settings.icon_size;
61
60
            icon = app.icon;
62
 
            display = app.display;
63
61
 
64
62
            get_style_context ().add_class ("app");
65
63