~ubuntu-branches/ubuntu/karmic/menu/karmic

« back to all changes in this revision

Viewing changes to install-menu/install-menu.h

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2006-12-22 15:20:52 UTC
  • mfrom: (1.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20061222152052-q3io0s7huxuc33x2
Tags: 2.1.33
* The "and justice for all" release.
* Apply patch from Tim Dijkstra to simplify wait_dpkg() to not require
  signal to be sent between the parent and the child to work around a
  race condition in glibc, probably bug #223110. Closes: #374834.
* Menu translations
  - Portuguese updated by Miguel Figueiredo. Closes: #399241
  - Malayalam added by Praveen. Closes: #402016
  - Tamil added by Tirumurti Vasudevan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
class cat_str : public str {
84
84
  std::vector<str *> v;
85
85
public:
 
86
  bool is_constant_string();
86
87
  cat_str(parsestream &);
87
88
  std::ostream &output(std::ostream &o, std::map<std::string, std::string> &menuentry);
88
89
  void output(std::map<std::string, std::string> &menuentry);
150
151
 
151
152
  bool keep_sections;
152
153
  cat_str *startmenu, *endmenu, *submenutitle, *hkexclude,
153
 
    *genmenu, *postrun, *prerun, *sort, *rootpref, *userpref,
 
154
    *genmenu, *postrun, *prerun, *remove, *sort, *rootpref, *userpref,
154
155
    *outputlanguage, *also_run, *preruntest;
155
156
 
156
157
  bool onlyrunasroot, onlyrunasuser;