mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Saving individual dives should not change the exiting filename
The current data file is not the same as the file to which individual dives were saved. Reported-by: Jan Schubert <Jan.Schubert@GMX.li> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
280405d9b6
commit
1a69a845e1
1 changed files with 0 additions and 1 deletions
|
@ -1637,7 +1637,6 @@ static void save_as_cb(GtkWidget *menuitem, struct dive *dive)
|
|||
gtk_widget_destroy(dialog);
|
||||
|
||||
if (filename){
|
||||
set_filename(filename, TRUE);
|
||||
save_dives_logic(filename, TRUE);
|
||||
g_free(filename);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue