]> git.tdb.fi Git - ext/subsurface.git/commit
Disable sorting by dive number
authorDirk Hohndel <dirk@hohndel.org>
Sun, 23 Oct 2011 21:38:33 +0000 (14:38 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Sun, 23 Oct 2011 21:38:33 +0000 (14:38 -0700)
commit11b62a149b0d65e37a2cedbc93c8e8d84b23e041
tree6b81537e121431b28d78ef3bd7dd52132bb198bf
parent8c0c6bad59b588de4fe1e8983d76ded16538fc44
Disable sorting by dive number

This is based on Linus idea and code - just adding it to my UI branch in
case he didn't actually add it to his code...

It makes no sense to sort by dive number - every sane person will have
dive numbers be chronological; so they can sort by date instead.

But removing this option wastes less space and makes the dive list look
much better

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
divelist.c