Mercurial > audlegacy
changeset 1529:8b57cc165216 trunk
[svn] - remove less noise
author | nenolod |
---|---|
date | Mon, 07 Aug 2006 23:25:46 -0700 |
parents | 31865cb4e7b6 |
children | bdb22d1e6302 |
files | ChangeLog Plugins/Visualization/paranormal/pn/pncontainer.c |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Aug 07 23:23:27 2006 -0700 +++ b/ChangeLog Mon Aug 07 23:25:46 2006 -0700 @@ -1,3 +1,12 @@ +2006-08-08 06:23:27 +0000 William Pitcock <nenolod@nenolod.net> + revision [1970] + - i hate libxml2 + + + Changes: Modified: + +3 -0 trunk/Plugins/Visualization/paranormal/pn/pnactuator.c + + 2006-08-08 06:16:21 +0000 William Pitcock <nenolod@nenolod.net> revision [1968] - possible tweak to make loading work?
--- a/Plugins/Visualization/paranormal/pn/pncontainer.c Mon Aug 07 23:23:27 2006 -0700 +++ b/Plugins/Visualization/paranormal/pn/pncontainer.c Mon Aug 07 23:25:46 2006 -0700 @@ -173,6 +173,9 @@ { for (actuator_node = actuators_node->xmlChildrenNode; actuator_node; actuator_node = actuator_node->next) { + if (!g_strcasecmp(actuator_node->name, "text")) + continue; + actuator = pn_actuator_factory_new_actuator_from_xml (actuator_node); if (actuator) /* FIXME: Should this be pn_container_real_add_actuator? */