]> git.tdb.fi Git - ext/subsurface.git/commit
Avoid SIGSEGV when editing multiple dives
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Aug 2012 18:03:39 +0000 (11:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Aug 2012 18:03:39 +0000 (11:03 -0700)
commit673cf274f8841686019827ff0f7c81d0f04f813b
treef12e69b6e239c328109199fb4db4580f35203312
parent9b72217f79f29313d30c87c55f533cc606da6a8f
Avoid SIGSEGV when editing multiple dives

The multi-dive editing is broken if you right-click on the dive
text-fields (instead of the divelist).  This just avoids the SIGSEGV, it
doesn't really fix the editing.

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