[commit] r1705 - trunk/GME/Core
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Nov 28 13:48:53 CST 2011
Author: ksmyth
Date: Mon Nov 28 13:48:53 2011
New Revision: 1705
Log:
Dont save on open
Modified:
trunk/GME/Core/CoreBinFile.cpp
Modified: trunk/GME/Core/CoreBinFile.cpp
==============================================================================
--- trunk/GME/Core/CoreBinFile.cpp Mon Nov 28 13:48:42 2011 (r1704)
+++ trunk/GME/Core/CoreBinFile.cpp Mon Nov 28 13:48:53 2011 (r1705)
@@ -1185,8 +1185,8 @@
t.first->second.deleted = false;
t.first->second.CreateAttributes(mo);
- if(filename.empty()) filename = ".";
- else SaveProject();
+ if (filename.empty())
+ filename = ".";
modified = false;
More information about the gme-commit
mailing list