--- old-trunk/buildbot/status/tinderbox.py	2008-07-20 15:01:19.000000000 +0200
+++ new-trunk/buildbot/status/tinderbox.py	2008-07-20 15:01:19.000000000 +0200
@@ -172,7 +172,7 @@
             text += "%s build: %s\n" % (t, self.columnName)
         elif isinstance(self.columnName, WithProperties):
             # interpolate the WithProperties instance, use that
-            text += "%s build: %s\n" % (t, self.columnName.render(build))
+            text += "%s build: %s\n" % (t, build.getProperties().render(self.columnName))
         else:
             raise Exception("columnName is an unhandled value")
         text += "%s errorparser: %s\n" % (t, self.errorparser)


