~aaronp/software-center/lp790450-for-4.0

« back to all changes in this revision

Viewing changes to softwarecenter/view/appview.py

  • Committer: Michael Vogt
  • Date: 2011-05-17 13:50:05 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110517135005-wt245hs3lm25y1pq
merged lp:~evfool/software-center/qfix774201, many thanks
to Robert Roth (really fixes LP: #774201)

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
        'rating': (gobject.TYPE_FLOAT, 'Rating', 'Avg rating', 0.0, 5.0, 0.0,
263
263
            gobject.PARAM_READWRITE),
264
264
 
265
 
        'nreviews': (gobject.TYPE_INT, 'Reviews', 'Number of reviews', 0, 100, 0,
 
265
        'nreviews': (gobject.TYPE_INT, 'Reviews', 'Number of reviews', 0, sys.maxint, 0,
266
266
            gobject.PARAM_READWRITE),
267
267
 
268
268
        'isactive': (bool, 'IsActive', 'Is active?', False,