~evfool/software-center/lp626037

« back to all changes in this revision

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

  • Committer: Gary Lasker
  • Date: 2012-04-30 22:27:29 UTC
  • mfrom: (2990.3.5 whatsnew-leak-lp985389)
  • Revision ID: gary.lasker@canonical.com-20120430222729-k3kqvmyi6p7dbdwm
* lp:~mvo/software-center/whatsnew-leak-lp985389:
  - search filter fix for the case when the "installed-only"
    filter leaks into subsequent searches (LP: #985389)

Show diffs side-by-side

added added

removed removed

Lines of Context:
373
373
        """
374
374
        self.state.category = None
375
375
        self.state.subcategory = None
 
376
        # reset the non-global filters see (LP: #985389)
 
377
        if self.state.filter:
 
378
            self.state.filter.reset()
376
379
 
377
380
    def on_transaction_started(self, backend, pkgname, appname, trans_id,
378
381
                               trans_type):