--- a/src/eric7/Plugins/VcsPlugins/vcsGit/git.py Sun Apr 13 15:53:14 2025 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/git.py Mon Apr 14 12:22:18 2025 +0200 @@ -981,7 +981,7 @@ names = [project.getRelativePath(nam) for nam in names] if names[0]: dlg = DeleteFilesConfirmationDialog( - self.parent(), + self.__ui, self.tr("Revert changes"), self.tr( "Do you really want to revert all changes to these files"