settings.c
changeset 3606 743a2cd312a9
parent 3600 b2f245c26617
child 3615 4afd81377ba3
--- a/settings.c	Fri Apr 21 08:11:50 2006 +0000
+++ b/settings.c	Fri Apr 21 09:18:39 2006 +0000
@@ -800,7 +800,7 @@
 	item = group->item;
 	for (i = 0; i != len; i++) {
 		if (item == NULL) break;
-		list[i] = strdup(item->value);
+		list[i] = strdup(item->name);
 		item = item->next;
 	}
 }