Index: DataObject.java =================================================================== RCS file: /cvs/openide/src/org/openide/loaders/DataObject.java,v retrieving revision 1.63.8.1.4.1 diff -u -r1.63.8.1.4.1 DataObject.java --- DataObject.java 15 Apr 2002 12:26:57 -0000 1.63.8.1.4.1 +++ DataObject.java 24 Apr 2002 14:45:34 -0000 @@ -565,8 +565,13 @@ } }); } - if (files[0] != files[1]) - firePropertyChange (PROP_PRIMARY_FILE, files[0], files[1]); + // P. Hrebejk - commenting the condition out. This should + // be considered a hack in favor of modules which depend + // on firing the event. For more information please see: + // http://www.netbeans.org/issues/show_bug.cgi?id=22645 + // http://www.netbeans.org/issues/show_bug.cgi?id=22258 + // if (files[0] != files[1]) + firePropertyChange (PROP_PRIMARY_FILE, files[0], files[1]); fireOperationEvent (new OperationEvent.Rename (this, oldName), OperationEvent.RENAME);