--- a/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Sat May 17 19:58:49 2014 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Sun May 18 14:13:09 2014 +0200 @@ -313,7 +313,7 @@ def closeEvent(self, e): """ - Private slot implementing a close event handler. + Protected slot implementing a close event handler. @param e close event (QCloseEvent) """ @@ -700,7 +700,7 @@ def __showContextMenu(self, coord): """ - Protected slot to show the context menu of the status list. + Private slot to show the context menu of the status list. @param coord the position of the mouse pointer (QPoint) """