~ubuntu-branches/ubuntu/gutsy/synaptic/gutsy

« back to all changes in this revision

Viewing changes to common/rpackageview.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-03-13 20:18:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070313201809-8ldwxhl60qcvt8eg
Tags: 0.57.11.1ubuntu12
* data/synaptic.desktop.in:
  - fix in the Category to make it show up in g-a-i (LP#88877)
* common/rpackageview.cc:
  - fix in the getSections() code (LP##91888)

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
   int getFilterIndex(RFilter *filter);
196
196
 
197
197
   vector<string> getFilterNames();
198
 
   const set<string> &getSections() { return _sectionList; };
 
198
   const set<string> &getSections();
199
199
 
200
200
   RPackageViewFilter(vector<RPackage *> &allPkgs);
201
201