From 20d3b5f71495adccf59d27095445a0d2e63b6a09 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 1 Feb 2013 09:28:33 +0100 Subject: Add 'Save As' entry to context menu shown when right clicking on a dive Something which is nice especially when asked on the list to share an interesting dive is the possibility to save just some dives into a file. This commit adds to the context menu shown with right-click the 'Save As' entry. This entry allows to save selected dives. [Dirk Hohndel: clean up white space, commit message and remove unused variables] Signed-off-by: Pierre-Yves Chibon Signed-off-by: Dirk Hohndel --- dive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 2b24ed932..3236e888f 100644 --- a/dive.h +++ b/dive.h @@ -515,6 +515,7 @@ extern void show_yearly_stats(void); extern void update_dive(struct dive *new_dive); extern void save_dives(const char *filename); +extern void save_dives_logic(const char *filename, gboolean select_only); extern timestamp_t utc_mktime(struct tm *tm); extern void utc_mkdate(timestamp_t, struct tm *tm); -- cgit v1.2.3-70-g09d2