21 Oct
2003
21 Oct
'03
5:16 p.m.
On 10/21/03 12:01 PM, "Stefan H. Holek" <stefan@epy.co.at> wrote:
You can undo the deletion, no? Look at the Undo tab in the root folder.
And what Chris wrote should probably have been
self.Control_Panel._delObject('blah')
because otherwise the _objects entry will be left over even if the attribute itself is gone. Thanks!!! Worked great! Here's the code for future folks wanting to remove CallProfiler's ghost:
def fixme(self): self.Control_Panel._delObject('CallProfiler')