summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk-gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk-gui.c b/gtk-gui.c
index 8cb4d0779..3e9a35f20 100644
--- a/gtk-gui.c
+++ b/gtk-gui.c
@@ -1820,6 +1820,7 @@ repeat:
*ne = '\0';
devicedata.devname = ns;
devicedata.force_download = force_download;
+ force_download = FALSE; /* when retrying we don't want to restart */
info = import_dive_computer(&devicedata, GTK_DIALOG(dialog));
free((void *)devname);
if (info)