Plugins/VcsPlugins/vcsSubversion/subversion.py

changeset 2280
8e85ca3fabe7
parent 2222
105f425944a2
child 2302
f29e9405c851
--- 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
         

eric ide

mercurial