~mmcg069/software-center/small-fixes

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/panes/softwarepane.py

  • Committer: Matthew McGowan
  • Date: 2011-08-25 06:05:18 UTC
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110825060518-mcgnm57q1aeev233
changeĀ nonappĀ filter

Show diffs side-by-side

added added

removed removed

Lines of Context:
547
547
        n_apps = enquirer.nr_apps
548
548
        n_pkgs = enquirer.nr_pkgs
549
549
 
 
550
        print n_apps, n_pkgs
 
551
 
550
552
        # calculate the number of apps/pkgs
551
553
        if enquirer.limit > 0 and enquirer.limit < n_pkgs:
552
554
            n_apps = min(enquirer.limit, n_apps)