[commit] r1747 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Dec 28 16:34:26 CST 2011


Author: ksmyth
Date: Wed Dec 28 16:34:25 2011
New Revision: 1747

Log:
Fix GMEOLEIt::RunComponent: it was ignoring the component name

Modified:
   trunk/GME/Gme/GMEView.cpp

Modified: trunk/GME/Gme/GMEView.cpp
==============================================================================
--- trunk/GME/Gme/GMEView.cpp	Tue Dec 20 16:24:48 2011	(r1746)
+++ trunk/GME/Gme/GMEView.cpp	Wed Dec 28 16:34:25 2011	(r1747)
@@ -7186,7 +7186,7 @@
 			}
 
 			if(theApp.bNoProtect) COMTHROW( launcher->put_Parameter(CComVariant(true)));
-			launcher->__RunComponent(_bstr_t(), theApp.mgaProject, focus, selfcos, GME_MAIN_START);
+			launcher->__RunComponent(_bstr_t(compname), theApp.mgaProject, focus, selfcos, GME_MAIN_START);
 		}
 	}
 	MSGCATCH(_T("Error while trying to run the interpreter"),;)


More information about the gme-commit mailing list