mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-16 13:00:48 -04:00
dir: Return FALSE when setting an error
This is expected behavior.
(cherry picked from commit e9f2d11f4a)
This commit is contained in:
committed by
Alexander Larsson
parent
af7e3f02aa
commit
f539213a34
@@ -8289,6 +8289,7 @@ flatpak_dir_uninstall (FlatpakDir *self,
|
||||
{
|
||||
g_set_error (error, FLATPAK_ERROR, FLATPAK_ERROR_NOT_INSTALLED,
|
||||
_("%s branch %s is not installed"), name, parts[3]);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user