End the console status line after pull

Failure to do so causes the next shell prompt to appear in the
same line as the status, which looks broken.
This commit is contained in:
Matthias Clasen
2015-01-20 23:07:21 -05:00
parent e6e7086188
commit d357c1fee1

View File

@@ -256,6 +256,9 @@ xdg_app_dir_pull (XdgAppDir *self,
cancellable, error))
goto out;
if (console)
gs_console_end_status_line (console, NULL, NULL);
ret = TRUE;
out:
return ret;