]> git.tdb.fi Git - ext/subsurface.git/commit
Turn the rest of the duplicate string fields to use render functions
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Sep 2011 02:13:36 +0000 (19:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Sep 2011 02:13:36 +0000 (19:13 -0700)
commit9285d512db4cfa4103bab3f5095de1e5b8c8247f
tree39dd5948e63b675e24f132cc0a604ce094912c4f
parent2a45f6dbc3aa9bef7832e63e30076eff704153c9
Turn the rest of the duplicate string fields to use render functions

So instead of having a depth field (in mm) for sorting, and the text
field that contains the same thing in text, we now have all the fields
we use in "native" format, and we just render them as text dynamically.

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