diff -r cbf90feec16f -r 8e85ca3fabe7 Plugins/VcsPlugins/vcsSubversion/subversion.py --- a/Plugins/VcsPlugins/vcsSubversion/subversion.py Sat Dec 22 13:13:56 2012 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/subversion.py Sat Dec 22 15:09:28 2012 +0100 @@ -483,7 +483,7 @@ elif os.path.isfile(nam): editor = e5App().getObject("ViewManager").getOpenEditor(nam) if editor: - ok &= editor.checkDirty() + ok &= editor.checkDirty() if not ok: break @@ -492,7 +492,7 @@ self.trUtf8("Commit Changes"), self.trUtf8("""The commit affects files, that have unsaved""" """ changes. Shall the commit be continued?"""), - icon = E5MessageBox.Warning) + icon=E5MessageBox.Warning) if not res: return