diff -r d23ab571d2b9 -r 88620e11c67c Plugins/VcsPlugins/vcsSubversion/subversion.py --- a/Plugins/VcsPlugins/vcsSubversion/subversion.py Wed Oct 03 13:20:57 2012 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/subversion.py Wed Oct 03 15:36:41 2012 +0200 @@ -823,7 +823,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."),