Yet more excellent patches from you. I decided to merge this one with the
previous commit as you literally just introduced that message there. So
doing it right the first time seemed to make more sense.

This still brings you to 30 commits in your short tenure as Subsurface
developer. Quite impressive, Guido. Keep them coming.

/D

On Tue, Sep 15, 2015 at 04:56:06PM +0200, Guido Lerch wrote:
> 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 <[email protected]>
> ---
>  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);
> -- 
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to