diff --git a/Nasal/material.nas b/Nasal/material.nas
index d4ad8d631..379f28403 100644
--- a/Nasal/material.nas
+++ b/Nasal/material.nas
@@ -51,7 +51,7 @@
var dialog = nil;
var colorgroup = func(parent, name, base) {
- var undef = func { props.globals.getNode(base ~ name ~ "/" ~ parent) == nil };
+ var undef = func(color) { props.globals.getNode(base ~ name ~ "/" ~ color) == nil };
if (undef("red") and undef("green") and undef("blue")) {
return 0;
diff --git a/mice.xml b/mice.xml
index b41927cc8..dd58d03a4 100644
--- a/mice.xml
+++ b/mice.xml
@@ -41,6 +41,34 @@ current mode for each mouse is held in the
right-click
+
+
+
+
+
+
@@ -309,28 +337,6 @@ current mode for each mouse is held in the
truefalse
-
-
-
-
-
-