Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

changeset 5517
805b36a7ffb7
parent 5449
7679d1d3671a
child 6048
82ad8ec9548c
diff -r a165ff497046 -r 805b36a7ffb7 Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py
--- a/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py	Sun Feb 12 18:07:05 2017 +0100
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py	Sun Feb 12 18:10:27 2017 +0100
@@ -445,7 +445,7 @@
         
         # set the state of the up and down buttons
         self.upButton.setEnabled(
-            current is not None and 
+            current is not None and
             self.logTree.indexOfTopLevelItem(current) > 0)
         self.downButton.setEnabled(
             current is not None and

eric ide

mercurial