~ubuntu-branches/ubuntu/utopic/ubuntu-kylin-software-center/utopic-proposed

« back to all changes in this revision

Viewing changes to models/appmanager.py

  • Committer: Package Import Robot
  • Author(s): Jun Ma, Shine, wenbo607
  • Date: 2014-04-30 14:03:20 UTC
  • Revision ID: package-import@ubuntu.com-20140430140320-juk0qslpxsnl39pc
Tags: 0.2.9.6
 
[ Shine ]
* solve the search entry ui problem (bug#1309900)

[ wenbo607 ]
* update the translations of some apps in feature category.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
 
133
133
    def check_update(self):
134
134
        (inst,up,total) = self.get_application_count()
135
 
        if self.db.is_update_needed() or total<200:
 
135
        #if self.db.is_update_needed() and total<300:
 
136
        if total<500:
136
137
            return True
137
138
        else:
138
139
            return False