mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-17 14:39:13 -04:00
Merge pull request #31 from matthiasclasen/console-status
End the console status line after pull
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user