[commit] r1699 - trunk/GME/Mga

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Nov 22 11:41:28 CST 2011


Author: ksmyth
Date: Tue Nov 22 11:41:28 2011
New Revision: 1699

Log:
Fix library attaching regression from r1696

Modified:
   trunk/GME/Mga/MgaLibOps.cpp

Modified: trunk/GME/Mga/MgaLibOps.cpp
==============================================================================
--- trunk/GME/Mga/MgaLibOps.cpp	Mon Nov 21 17:38:58 2011	(r1698)
+++ trunk/GME/Mga/MgaLibOps.cpp	Tue Nov 22 11:41:28 2011	(r1699)
@@ -280,6 +280,9 @@
 	metaid_type s;
 	COMTHROW( m_mgaproject->dataproject->CreateObject(s = orig.GetMetaID(), &nobj.ComPtr()));
 
+	m_fixup.identify(orig, nobj);
+
+
 	bool skip_this = false;
 	if(s >= DTID_MODEL && s <= DTID_FOLDER) {
 		setcheck( m_mgaproject, nobj, CHK_NEW);


More information about the gme-commit mailing list