~mmcg069/software-center/experiment-colorised-section-softwarepane

« back to all changes in this revision

Viewing changes to softwarecenter/apt/aptcache.py

  • Committer: Matthew McGowan
  • Date: 2010-07-09 21:11:14 UTC
  • mfrom: (891.1.5 trunk)
  • Revision ID: matthew@matthew-laptop-20100709211114-fanztr83bavjv2ky
merge w trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        self._ready = False
71
71
        self._timeout_id = None
72
72
        # async open cache
73
 
        glib.timeout_add(100, self.open)
 
73
        glib.timeout_add(10, self.open)
74
74
        # setup monitor watch for install/remove changes
75
75
        self.apt_finished_stamp=gio.File(self.APT_FINISHED_STAMP)
76
76
        self.apt_finished_monitor = self.apt_finished_stamp.monitor_file(