--- a/Beremiz.py Fri Sep 21 17:48:34 2007 +0200
+++ b/Beremiz.py Mon Sep 24 17:05:07 2007 +0200
@@ -806,7 +806,13 @@
+ dialog = wx.MessageDialog(self,"Really delete plugin ?", "Remove plugin",wx.YES_NO|wx.NO_DEFAULT) + if dialog.ShowModal() == wx.ID_YES: + plugin = self.GetSelectedPlugin() + self.RefreshPluginTree() #-------------------------------------------------------------------------------