=== modified file 'src/GFObjects/GFLabel.py'
--- src/GFObjects/GFLabel.py	2009-10-11 18:54:57 +0000
+++ src/GFObjects/GFLabel.py	2010-12-14 16:21:07 +0000
@@ -62,5 +62,6 @@
         if not getattr(self, 'Char__width', 0):
             self.Char__width  = len(self.text)
 
+        self._color = getattr(self, 'color', self._color)
         self._rows = getattr(self, 'rows', self._rows)
         self._gap  = getattr(self, 'rowSpacer', self._gap)

