3m9 compatible;
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / WorkingCopyManager.java
index 38fc5c0..4df75cd 100644 (file)
@@ -92,13 +92,12 @@ public class WorkingCopyManager implements IWorkingCopyManager, IWorkingCopyMana
         * @see org.eclipse.jdt.internal.ui.javaeditor.IWorkingCopyManagerExtension#setWorkingCopy(org.eclipse.ui.IEditorInput, org.eclipse.jdt.core.ICompilationUnit)
         */
        public void setWorkingCopy(IEditorInput input, ICompilationUnit workingCopy) {
-               if (fDocumentProvider.isConnected(input)) {
+               if (fDocumentProvider.getDocument(input) != null) {
                        if (fMap == null)
                                fMap= new HashMap();
                        fMap.put(input, workingCopy);
                }
        }
-       
        /*
         * @see org.eclipse.jdt.internal.ui.javaeditor.IWorkingCopyManagerExtension#removeWorkingCopy(org.eclipse.ui.IEditorInput)
         */