save gadget site config when deleting gadget after wizard failure

This commit is contained in:
Mike Blumenkrantz 2017-06-30 17:02:44 -04:00
parent 034211051b
commit c109e2d6a6
1 changed files with 4 additions and 1 deletions

View File

@ -361,7 +361,10 @@ _gadget_wizard_end(void *data, int id)
added = 0;
}
else
_gadget_remove(zgc);
{
_gadget_remove(zgc);
e_config_save_queue();
}
}
static void