GEP 18: fix bug due to previous commit

svn: r22455
This commit is contained in:
Benny Malengier 2013-05-29 20:27:24 +00:00
parent a091d97677
commit 3b99b31656

View File

@ -194,7 +194,7 @@ class MonitoredEntryIndicator(MonitoredEntry):
autolist=None, changed=None):
MonitoredEntry.__init__(self, obj, set_val, get_val, read_only,
autolist, changed)
if get_val(None):
if self.get_val(None):
self.indicatorshown = False
else:
self.indicatorshown = True