]> git.street.me.uk Git - andy/viking.git/commit
Add getting the users confirmation when deleting an individual track or waypoint.
authorRob Norris <rw_norris@hotmail.com>
Mon, 17 Jan 2011 10:30:40 +0000 (10:30 +0000)
committerRob Norris <rw_norris@hotmail.com>
Thu, 7 Apr 2011 21:41:28 +0000 (22:41 +0100)
commit169acf64c77fc0cf528d5ef4b31cb344221923fe
tree66243c303d753e1817bef6dea8728512bcd81992
parentc9a5cbf917b6c208b30670bf85de2d4c4b14e3cc
Add getting the users confirmation when deleting an individual track or waypoint.

Replace the static iterator in callback array (since it was never used) with the delete item flag.
As a bonus this means no increase to the size of the array and so no need to change everywhere else it is used.
src/viktrwlayer.c
src/vikwindow.c