~awn-extras/awn-extras/extras-trunk-rewrite-and-random-breakage

« back to all changes in this revision

Viewing changes to src/comics/feed/basic.py

  • Committer: Moses Palmér
  • Date: 2009-06-07 16:33:38 UTC
  • Revision ID: moses@moses-desktop-20090607163338-ja98xzg7cg00mexv
Handle addition of comic strips correctly.
 * The old, unused field ready of Feed was used in comics_view.py, but it was never set. Use Feed.status as a marker instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
                self.timeout = settings.get_int('timeout', 20)
84
84
                self.items = {}
85
85
                self.newest = 0.0
86
 
                self.ready = False
87
86
                self.status = None
88
87
                self.__lock = threading.Lock()
89
88
                self.__timeout = gobject.timeout_add(self.timeout * 60 * 1000,