Plugins/VcsPlugins/vcsPySvn/subversion.py

branch
5_2_x
changeset 2092
987aa24ec704
parent 1899
5204bd9baeb5
child 2303
0ed4ed026c16
--- a/Plugins/VcsPlugins/vcsPySvn/subversion.py	Wed Oct 03 13:20:57 2012 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/subversion.py	Wed Oct 03 14:38:06 2012 +0200
@@ -919,7 +919,7 @@
         
         @param name file/directory name to show the log of (string)
         """
-        noEntries, ok = QInputDialog.getInteger(
+        noEntries, ok = QInputDialog.getInt(
             None,
             self.trUtf8("Subversion Log"),
             self.trUtf8("Select number of entries to show."),

eric ide

mercurial