~ubuntu-branches/ubuntu/edgy/synaptic/edgy-updates

« back to all changes in this revision

Viewing changes to common/rpackageview.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-10-10 13:57:42 UTC
  • Revision ID: james.westby@ubuntu.com-20061010135742-248lmmy5s3k9tt3z
Tags: 0.57.11ubuntu11
* common/rpackagelister.cc:
  - use pkgActionGroup to fix performance regression in setSelection()
* performance regression fixes (lp: #63171)

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
   };
149
149
 
150
150
   void addPackage(RPackage *package);
 
151
 
 
152
   // no-op
 
153
   virtual void refresh() {};
151
154
};
152
155
 
153
156