# HG changeset patch # User IBBoard # Date 1256590656 0 # Node ID a35c8be4600695ce62a15f7e2e14e1a3ccebfa52 # Parent 441cfc4109870b136752a7827af2e5d26addd065 Re #198: Add unit equipment slots * Update to resolve errors diff -r 441cfc410987 -r a35c8be46006 Widgets/UnitDisplayWidget.cs --- a/Widgets/UnitDisplayWidget.cs Sat Sep 26 11:06:34 2009 +0000 +++ b/Widgets/UnitDisplayWidget.cs Mon Oct 26 20:57:36 2009 +0000 @@ -53,7 +53,7 @@ for (int i = 0; i < length; i++) { - unitStats.AppendColumn(stats[i].ParentSlot.Name, renderer, statFunc); + unitStats.AppendColumn(stats[i].ParentSlotName, renderer, statFunc); } TreeStore model = new TreeStore(typeof(IBBoard.WarFoundry.API.Objects.Unit));