]> git.tdb.fi Git - ext/subsurface.git/commit
Remove cylinder index from cylinder list model
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 3 Oct 2011 02:14:00 +0000 (19:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 3 Oct 2011 02:14:00 +0000 (19:14 -0700)
commit776355cf10cf109ac50e8027381201b7b6d9f5ac
tree2c088b5819aee735ea159928869f876a1e757b21
parent23c2b43c1042713cc4c394c3d08ec0016e41eb1a
Remove cylinder index from cylinder list model

Instead of having to keep the index up-to-date as we edit entries
around, just figure out the entry index from the model itself.  Gtk
seems to make it unnecessarily hard, but what else is new?

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