Removed FIXME. The document properties are set in the OpenFileWorker.

This commit is contained in:
kruland2607 2012-12-11 21:51:37 -06:00
parent a046a7969c
commit 474797748d

View File

@ -1253,12 +1253,6 @@ public class BasicFrame extends JFrame {
}
// Set document state
// FIXME: Why was these two lines removed by kruland?
//doc.setFile(file);
doc.setSaved(true);
// Open the frame
log.debug("Opening new frame with the document");
BasicFrame frame = new BasicFrame(doc);