~lubuntu-software-center-team/lubuntu-software-center/vala-port

« back to all changes in this revision

Viewing changes to db-build/libmenu.vala

  • Committer: Stephen Smally
  • Date: 2012-07-04 13:40:36 UTC
  • Revision ID: eco.stefi@fastwebnet.it-20120704134036-jzxry23ch4in5o80
Implemented packages list via Database, listing works and is fast!

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        private MarkupParseContext context;
49
49
        private MenuDir[] dirlist;
50
50
        private MenuDir[] dirs_level;
51
 
        private MenuDir dir;
52
51
        private int level = 0;
53
52
        private string last_item;
54
53
        private bool include = true;