src/eric7/Plugins/VcsPlugins/vcsGit/git.py

branch
eric7
changeset 11218
43dfc40728d2
parent 11148
15e30f0c76a8
--- 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"

eric ide

mercurial