UEMIS-bug fix: fixing the dialog message when the memory us full

Guido Lerch guido.lerch at gmail.com
Tue Sep 15 07:56:06 PDT 2015


-- 
Best regards,
Guido
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20150915/5f9aac36/attachment.html>
-------------- next part --------------
From 97b3fb1d88a6f3795b2c419ce7b06c2a3dfa9c1b Mon Sep 17 00:00:00 2001
From: glerch <guido.lerch at gmail.com>
Date: Tue, 15 Sep 2015 16:54:14 +0200
Subject: [PATCH 3/3] UEMIS-bug fix, fixing dialog message

I prefer to use the almost full message because in general the progress
bar is not at the end when I determine that nomore logs can be loaded.

Signed-off-by: glerch <guido.lerch at gmail.com>
---
 uemis-downloader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uemis-downloader.c b/uemis-downloader.c
index 1bfd766..92b221a 100644
--- a/uemis-downloader.c
+++ b/uemis-downloader.c
@@ -1324,7 +1324,7 @@ const char *do_uemis_import(device_data_t *data)
 	}
 
 	if (uemis_mem_status != UEMIS_MEM_OK)
-		result = translate("gettextFromC", ERR_FS_FULL);
+		result = translate("gettextFromC", ERR_FS_ALMOST_FULL);
 
 bail:
 	(void)uemis_get_answer(mountpath, "terminateSync", 0, 3, &result);
-- 
1.9.5 (Apple Git-50.3)



More information about the subsurface mailing list