changeset 1528:31865cb4e7b6 trunk

[svn] - i hate libxml2
author nenolod
date Mon, 07 Aug 2006 23:23:27 -0700
parents e05ee730df6b
children 8b57cc165216
files ChangeLog Plugins/Visualization/paranormal/pn/pnactuator.c
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [1966]
   - a minor tweak to the save function
--- 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);