Adapt to the new API for the Error class
This commit is contained in:
parent
4730d17055
commit
c4f3e52920
|
@ -57,7 +57,7 @@ static int _installer(char const * profile)
|
||||||
Installer * installer;
|
Installer * installer;
|
||||||
|
|
||||||
if((installer = installer_new(profile)) == NULL)
|
if((installer = installer_new(profile)) == NULL)
|
||||||
return -_error(error_get(), 1);
|
return -_error(error_get(NULL), 1);
|
||||||
gtk_main();
|
gtk_main();
|
||||||
installer_delete(installer);
|
installer_delete(installer);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user