[sword-svn] r3284 - in branches/sword-1-7-x: . bindings/corba/omniorbcpp

greg.hellings at crosswire.org greg.hellings at crosswire.org
Tue Dec 2 23:13:54 MST 2014


Author: greg.hellings
Date: 2014-12-02 23:13:54 -0700 (Tue, 02 Dec 2014)
New Revision: 3284

Modified:
   branches/sword-1-7-x/
   branches/sword-1-7-x/bindings/corba/omniorbcpp/swordorb-impl.cpp
Log:
Merged r3256



Property changes on: branches/sword-1-7-x
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:2989-2991,2997,3001-3004,3006,3010-3020,3026-3039,3045-3046,3048,3056,3058-3062,3067,3073,3077-3081,3085-3086,3091,3094,3097-3099,3102,3104,3106-3108,3110,3115,3118-3121,3126-3127,3131-3135,3140,3144,3151,3153-3155,3190-3192,3198-3199,3202-3203,3225,3230,3232-3234,3236,3238-3239,3242,3244
   + /trunk:2989-2991,2997,3001-3004,3006,3010-3020,3026-3039,3045-3046,3048,3056,3058-3062,3067,3073,3077-3081,3085-3086,3091,3094,3097-3099,3102,3104,3106-3108,3110,3115,3118-3121,3126-3127,3131-3135,3140,3144,3151,3153-3155,3190-3192,3198-3199,3202-3203,3225,3230,3232-3234,3236,3238-3239,3242,3244,3256

Modified: branches/sword-1-7-x/bindings/corba/omniorbcpp/swordorb-impl.cpp
===================================================================
--- branches/sword-1-7-x/bindings/corba/omniorbcpp/swordorb-impl.cpp	2014-12-03 06:10:51 UTC (rev 3283)
+++ branches/sword-1-7-x/bindings/corba/omniorbcpp/swordorb-impl.cpp	2014-12-03 06:13:54 UTC (rev 3284)
@@ -172,6 +172,7 @@
 
 swordorb::StringList* swordorb_SWModule_i::parseKeyList(const char* keyText){
 	sword::VerseKey *parser = dynamic_cast<VerseKey *>(delegate->getKey());
+	parser->setIntros(true);
 	swordorb::StringList *retVal = new swordorb::StringList;
 	if (parser) {
 		sword::ListKey result;




More information about the sword-cvs mailing list