aboutsummaryrefslogtreecommitdiff
path: root/net/straw/files/patch-src::lib::Config.py
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-18 20:25:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-18 20:25:10 +0000
commite24014bb363eeba1e1b966247187e03bf79b1698 (patch)
treed0c5dc0ddefe3e81804336b10577c57a0aa2e506 /net/straw/files/patch-src::lib::Config.py
parent42331cf4ddaabd611d4a079b4d3f57e8a96a23e6 (diff)
Notes
Diffstat (limited to 'net/straw/files/patch-src::lib::Config.py')
-rw-r--r--net/straw/files/patch-src::lib::Config.py11
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):