~nataliabidart/software-center/cant-stop-the-music.trunk

« back to all changes in this revision

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

  • Committer: Michael Vogt
  • Date: 2012-06-11 10:00:20 UTC
  • mfrom: (2989.5.48 5.2)
  • Revision ID: michael.vogt@ubuntu.com-20120611100020-ddlmljnl15er9kfg
merged from the 5.2 branch (but revert debian/control Bzr-Vcs change as we don't want this in trunk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
              'application': (type(None), Application),
67
67
              'limit': (int,),
68
68
              'filter': (type(None), AppFilter),
69
 
              'previous_purchases_query': (type(None), xapian.Query),
70
69
              'vadjustment': (float, ),
71
70
            }
72
71
 
78
77
        self.application = None
79
78
        self.limit = 0
80
79
        self.filter = None
81
 
        self.previous_purchases_query = None
82
80
        self.vadjustment = 0.0
83
81
 
84
82
    def __setattr__(self, name, val):