[GME-commit] GMESRC/GME/Mga MgaProject.cpp,1.44,1.45
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Mar 17 03:07:33 CST 2004
Update of /var/lib/gme/GMESRC/GME/Mga
In directory braindrain:/tmp/cvs-serv16791/GME/Mga
Modified Files:
MgaProject.cpp
Log Message:
Modified dirty flag handling the IMgaProject::Save (do not clear the dirty flag if SaveAs is requested with retaining the orginial project connection string)
CVS User: volgy
Index: MgaProject.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Mga/MgaProject.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** MgaProject.cpp 9 Mar 2004 22:15:32 -0000 1.44
--- MgaProject.cpp 17 Mar 2004 09:07:19 -0000 1.45
***************
*** 416,422 ****
if(CComBSTR(newname).Length() && !keepoldname) {
projconn = newname;
}
- opened = UNCHANGED;
- transactioncount = 0;
}
COMCATCH(;);
--- 416,422 ----
if(CComBSTR(newname).Length() && !keepoldname) {
projconn = newname;
+ opened = UNCHANGED;
+ transactioncount = 0;
}
}
COMCATCH(;);
More information about the GME-commit
mailing list