Plugins/VcsPlugins/vcsPySvn/subversion.py

changeset 2318
3a3ee7cc2ad6
parent 2302
f29e9405c851
child 2352
21971ebfaaef
--- a/Plugins/VcsPlugins/vcsPySvn/subversion.py	Mon Jan 07 15:34:36 2013 +0100
+++ b/Plugins/VcsPlugins/vcsPySvn/subversion.py	Mon Jan 07 16:34:02 2013 +0100
@@ -532,7 +532,8 @@
                 changelists, keepChangelists = self.__commitDialog.changelistsData()
             else:
                 changelists, keepChangelists = [], False
-            self.__commitDialog.accepted.disconnect(self.__vcsCommit_Step2)
+##            self.__commitDialog.accepted.disconnect(self.__vcsCommit_Step2)
+            self.__commitDialog.deleteLater()
             self.__commitDialog = None
         else:
             changelists, keepChangelists = [], False

eric ide

mercurial