Fix installation of more than one widget
[src/app-framework-main.git] / src / wgtpkg-install.c
index 7d0c318..c4e70e3 100644 (file)
@@ -253,6 +253,7 @@ struct wgt_info *install_widget(const char *wgtfile, const char *root, int force
        if (!ifo)
                goto error2;
 
+       reset_requested_permissions();
        desc = wgt_info_desc(ifo);
        if (check_widget(desc))
                goto error3;