--- a/Beremiz.py Thu Apr 18 11:56:01 2013 +0200
+++ b/Beremiz.py Thu Apr 18 12:14:05 2013 +0200
@@ -1027,7 +1027,7 @@
- elif item_infos["type"] == ITEM_PROJECT:
+ elif item_infos["type"] != ITEM_PROJECT: parent = self.ProjectTree.GetItemParent(item)
parent_name = self.ProjectTree.GetItemText(parent)
if item_infos["type"] != ITEM_RESOURCE or parent_name == _("Resources"):