# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /Users/mkleint/src/core-main-backup # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: projectui/src/org/netbeans/modules/project/ui/PhysicalView.java --- projectui/src/org/netbeans/modules/project/ui/PhysicalView.java +++ projectui/src/org/netbeans/modules/project/ui/PhysicalView.java @@ -372,6 +372,7 @@ public ProjectIconNode(Node orig, boolean root) { super(orig, orig.isLeaf() ? Children.LEAF : new ProjectBadgingChildren(orig)); this.root = root; + setValue("VCS_PHYSICAL", Boolean.TRUE); //#159543 addNodeListener(this); }