From e844d9c94395d2fe750e8c0f08366aa0a0369382 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 20 Aug 2004 03:43:02 +0000 Subject: [PATCH] This should fix the problems with children of ChannelValues. --- src/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registry.py b/src/registry.py index ce514a3aa..468f662e9 100644 --- a/src/registry.py +++ b/src/registry.py @@ -164,7 +164,7 @@ class Group(object): v = self.__class__(self._default, self.help) v.set(s) v.__class__ = self.X - v._supplyDefault = False + #v._supplyDefault = False v.help = '' # Clear this so it doesn't print a bazillion times. self.register(attr, v) return v