]> git.tdb.fi Git - ext/subsurface.git/commit
Make the divemaster/buddy/location text entries be combo box entries
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Oct 2011 07:07:01 +0000 (10:07 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Oct 2011 07:07:01 +0000 (10:07 +0300)
commit8a6b9f4c2f4289c2778dbbc5d5496203440e4f90
tree359438bf8e090981b67392650089b71945aa70bf
parentbbe7f061891e4410423697cbc9d5f4ab19bcde16
Make the divemaster/buddy/location text entries be combo box entries

The text entries have completions, but if you want to see the full list
of possibilities, I'm not seeing how to do that without turning the
GtkEntry into a GtkComboBoxEntry.

The list of people/locations are not sorted, though, which makes the
full list less than readable.  Will have to do that too.

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