[FIXED] Error caused by Sizer.Clear(True) method
Posted: Sat May 24, 2008 3:04 pm
Build: 0.3.6.1427
Example of occurrence:
MediaMonkey plugin, action Writing to database MM, change of requested property in configuration dialog.
Pako
Code: Select all
File "D:\Programs\E\EventGhost\eg\Classes\MainFrame\__init__.py", line 573, in OnDialogDestroy
self.openDialogs.remove(dialog)
ValueError: list.remove(x): x not in listMediaMonkey plugin, action Writing to database MM, change of requested property in configuration dialog.
Pako