--- a/Beremiz.py Fri Aug 14 16:26:19 2009 +0200
+++ b/Beremiz.py Thu Aug 27 12:47:40 2009 +0200
@@ -1305,6 +1305,7 @@
elif answer == wx.ID_CANCEL:
+ self.PluginRoot.CloseProject() --- a/plugger.py Fri Aug 14 16:26:19 2009 +0200
+++ b/plugger.py Thu Aug 27 12:47:40 2009 +0200
@@ -870,6 +870,13 @@
self.logger.write_error(result)
+ def CloseProject(self): + if self.PLCEditor is not None: + if self.PLCDebug is not None: # Update PLCOpenEditor Plugin Block types from loaded plugins
def RefreshPluginsBlockLists(self):
if getattr(self, "PluggedChilds", None) is not None: