]> git.tdb.fi Git - ext/subsurface.git/commit
Repaint the dives in dive_list_update_dives() instead of in callers
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2011 03:50:52 +0000 (20:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2011 03:50:52 +0000 (20:50 -0700)
commitf7a36cfefd15a46494adfbf237f2db7f97d1fb1b
treedc1f15d5b2110ae1c5bca288421889676a606a26
parent98d556c6f69c63e8fd89b7a435f641fbdd836324
Repaint the dives in dive_list_update_dives() instead of in callers

Each caller ends up needing it, and I missed another one.  So rather
than update the other caller, just do it in dive_list_update_dives() and
we can stop worrying about it.

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