straw-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Straw-commits] address@hidden/straw--mainline--0.22--patch-25


From: juri
Subject: [Straw-commits] address@hidden/straw--mainline--0.22--patch-25
Date: Wed, 14 Jan 2004 01:26:01 +0200

Revision: straw--mainline--0.22--patch-25
Archive: address@hidden
Creator: Juri Pakaste <address@hidden>
Date: Wed Jan 14 01:26:01 EET 2004
Standard-date: 2004-01-13 23:26:01 GMT
Modified-files: src/lib/Event.py src/lib/Feed.py
    src/lib/FeedList.py src/lib/__init__.py
New-patches: address@hidden/straw--mainline--0.22--patch-25
Summary: save feeds after status changes
Keywords: 

Straw didn't save feeds after status changes, so if the error status of a feed 
changed without it getting any new items, it didn't wasn't saved.

To fix this:

a) created a new signal, FeedErrorStatusChangedSignal, a subclass of 
FeedStatusChangedSignal

b) made Feed.set_error emit a FeedErrorStatusChangedSignal instead of 
FeedStatusChangedSignal

c) connected FeedList.feeds_changed to it in Feed objects




reply via email to

[Prev in Thread] Current Thread [Next in Thread]