Unoptimized to work
svn: r14407
This commit is contained in:
parent
f68b3b5164
commit
993a5c2fcd
@ -84,7 +84,8 @@ class NoteBase(object):
|
||||
"""
|
||||
if handle in self.note_list:
|
||||
self.note_list.remove(handle)
|
||||
map(item.remove_note, self.get_note_child_list())
|
||||
for item in self.get_note_child_list():
|
||||
item.remove_note(handle)
|
||||
|
||||
def get_note_child_list(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user