# HG changeset patch # User nenolod # Date 1155018207 25200 # Node ID 31865cb4e7b6f7d9ced2017a3770fdff1955cc3e # Parent e05ee730df6b10f51e32faa8f33fe1c2cb6a423d [svn] - i hate libxml2 diff -r e05ee730df6b -r 31865cb4e7b6 ChangeLog --- a/ChangeLog Mon Aug 07 23:16:21 2006 -0700 +++ b/ChangeLog Mon Aug 07 23:23:27 2006 -0700 @@ -1,3 +1,12 @@ +2006-08-08 06:16:21 +0000 William Pitcock + revision [1968] + - possible tweak to make loading work? + + + Changes: Modified: + +12 -5 trunk/Plugins/Visualization/paranormal/pn/pnvis.c + + 2006-08-08 06:08:59 +0000 William Pitcock revision [1966] - a minor tweak to the save function diff -r e05ee730df6b -r 31865cb4e7b6 Plugins/Visualization/paranormal/pn/pnactuator.c --- a/Plugins/Visualization/paranormal/pn/pnactuator.c Mon Aug 07 23:16:21 2006 -0700 +++ b/Plugins/Visualization/paranormal/pn/pnactuator.c Mon Aug 07 23:23:27 2006 -0700 @@ -174,6 +174,9 @@ { for (option_node = options_node->xmlChildrenNode; option_node; option_node = option_node->next) { + if (!g_strcasecmp(option_node->name, "text")) + continue; + option = pn_actuator_get_option_by_name (actuator, option_node->name); if (option) pn_user_object_load_thyself (PN_USER_OBJECT (option), option_node);