summaryrefslogtreecommitdiffstats
path: root/net/straw/files/patch-src::lib::Config.py
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-17 09:35:02 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-17 09:35:02 +0800
commit9e1db7ebb934d70aeb80f3cb5e2400d6a02d2663 (patch)
tree44dd3049fa12128b85e45385b066897bf38b5e16 /net/straw/files/patch-src::lib::Config.py
parentc88338683ff8036fac0111fc281d3af362a6d944 (diff)
downloadmarcuscom-ports-9e1db7ebb934d70aeb80f3cb5e2400d6a02d2663.tar
marcuscom-ports-9e1db7ebb934d70aeb80f3cb5e2400d6a02d2663.tar.gz
marcuscom-ports-9e1db7ebb934d70aeb80f3cb5e2400d6a02d2663.tar.bz2
marcuscom-ports-9e1db7ebb934d70aeb80f3cb5e2400d6a02d2663.tar.lz
marcuscom-ports-9e1db7ebb934d70aeb80f3cb5e2400d6a02d2663.tar.xz
marcuscom-ports-9e1db7ebb934d70aeb80f3cb5e2400d6a02d2663.tar.zst
marcuscom-ports-9e1db7ebb934d70aeb80f3cb5e2400d6a02d2663.zip
-Add gnomehier.
-USE_X_PREFIX -> USE_XLIB. -Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7066 df743ca5-7f9a-e211-a948-0013205c9059
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, 11 insertions, 0 deletions
diff --git a/net/straw/files/patch-src::lib::Config.py b/net/straw/files/patch-src::lib::Config.py
new file mode 100644
index 000000000..a5c3debd0
--- /dev/null
+++ b/net/straw/files/patch-src::lib::Config.py
@@ -0,0 +1,11 @@
+--- src/lib/Config.py.orig Tue Aug 24 02:19:12 2004
++++ src/lib/Config.py Tue Aug 24 02:20:06 2004
+@@ -369,6 +369,8 @@
+ last_poll = property(get_last_poll, set_last_poll, doc="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):