diff options
Diffstat (limited to 'net/straw/files/patch-src::lib::Config.py')
-rw-r--r-- | net/straw/files/patch-src::lib::Config.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/straw/files/patch-src::lib::Config.py b/net/straw/files/patch-src::lib::Config.py deleted file mode 100644 index 227b7adbbdb0..000000000000 --- a/net/straw/files/patch-src::lib::Config.py +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/Config.py.orig Sun Nov 16 03:57:07 2003 -+++ src/lib/Config.py Sun Nov 16 03:58:04 2003 -@@ -364,6 +364,8 @@ - last_poll = property(get_last_poll, set_last_poll, None, "Last polled") - - def get_number_of_items_stored(self): -+ if self._items_stored == 0: -+ return 30 - return self._items_stored - - def set_number_of_items_stored(self, num=30): |