[dss-commits] r8796 - dss/trunk/core

dss-commits at forum.digitalstrom.org dss-commits at forum.digitalstrom.org
Thu Sep 24 16:58:20 CEST 2009


Author: jwinkelmann
Date: 2009-09-24 16:58:20 +0200 (Thu, 24 Sep 2009)
New Revision: 8796

Modified:
   dss/trunk/core/model.cpp
Log:
model.cpp: use "interrupt/mode" everywhere


Modified: dss/trunk/core/model.cpp
===================================================================
--- dss/trunk/core/model.cpp	2009-09-23 16:14:44 UTC (rev 8795)
+++ dss/trunk/core/model.cpp	2009-09-24 14:58:20 UTC (rev 8796)
@@ -81,7 +81,7 @@
           m_pPropertyNode->createProperty("name")->linkToProxy(PropertyProxyReference<string>(m_Name));
           m_pPropertyNode->createProperty("ModulatorID")->linkToProxy(PropertyProxyReference<int>(m_ModulatorID, false));
           m_pPropertyNode->createProperty("ZoneID")->linkToProxy(PropertyProxyReference<int>(m_ZoneID, false));
-          m_pPropertyNode->createProperty("interruptMode")->setStringValue("ignore");
+          m_pPropertyNode->createProperty("interrupt/mode")->setStringValue("ignore");
         }
       }
     }



More information about the dss-commits mailing list