]> git.tdb.fi Git - ext/subsurface.git/commit
Make the cylinder table columns unsortable
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Dec 2011 19:40:17 +0000 (11:40 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Dec 2011 19:40:17 +0000 (11:40 -0800)
commitf078bc04e1f55ad9ecd0632fcfa5753440ba2267
treea54d6bd997af8ea63db58915ba41908051b5a720
parent50d026230fa7303b33821da1346875b30f5ab00d
Make the cylinder table columns unsortable

They were never intended to be sortable, but using common code with the
dive list picked up that "sort by index" thing by mistake.

If we really want to be able to sort cylinders by O2 percentage (which
really doesn't seem to make much sense, considering that you usually
have just one or two cylinders) we will need to also handle the case of
editing the (differently sorted) cylinder table.  Which we don't do now.

Reported-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
display-gtk.h
divelist.c
equipment.c
gtk-gui.c