]> git.tdb.fi Git - ext/subsurface.git/commit
Use a renderer function on the date field
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Sep 2011 01:44:47 +0000 (18:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Sep 2011 01:44:47 +0000 (18:44 -0700)
commitfa2a6fb7639ea09c1571a7f8da9915ee1f9ab1eb
tree0c4416047358c6f0f99235bdbe544bac3be880c0
parent6279d743c425addf5a094634f6043393e9acd32d
Use a renderer function on the date field

Instead of creatign an extra column containing the date text, use a
renderer function to create the text dynamically.

Just the date right now, but we'll do them all this way.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
divelist.c