~aaronp/software-center/tests

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk/softwarepane.py

  • Committer: Aaron Peachey
  • Date: 2011-06-20 09:50:42 UTC
  • mfrom: (1805.10.18 software-center)
  • Revision ID: alpeachey@gmail.com-20110620095042-a5s30o4vtx9l9fgr
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
620
620
                         "<a href=\"search-parent:\">the %(n)d items "
621
621
                         "in %(category)s</a> that match.", n=parent_model.nr_apps)%\
622
622
                         {'category':self.apps_category.name,'n':parent_model.nr_apps})
623
 
            if self.apps_filter.get_supported_only(): 
 
623
            if self.apps_filter and self.apps_filter.get_supported_only(): 
624
624
                unsupported = copy.copy(self.apps_filter)
625
625
                unsupported.set_supported_only(False)
626
626
                unsupported_model = AppStore(self.cache,