]> git.tdb.fi Git - ext/subsurface.git/commit
Make all the normal widgets uneditable and non-focusing
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Nov 2011 13:13:02 +0000 (11:13 -0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Nov 2011 13:13:02 +0000 (11:13 -0200)
commit842b05415fac862e73cdbf3446dc801dbd2c156a
treee8285d740ae1e615a515d5880373465a764f5d5f
parent9930e1ecadc5cf1990978c00772a09776791da26
Make all the normal widgets uneditable and non-focusing

We always keep the focus on the dive list, so that the random gtk focus
handling doesn't suddenly randomly make us edit the combo boxes when the
cursor up/down keys start changing them instead of the dive list.

This means that dive location, notes and buddy/divemaster aren't
editable at all any more, but I'll fix that by making a separate dive
edit popup window.

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