Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.py

changeset 857
613ded9c3b69
parent 853
ec7dd115e26b
child 945
8cd4d08fa9f6
child 1510
e75ecf2bd9dd
--- a/Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.py	Tue Jan 18 19:32:48 2011 +0100
+++ b/Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.py	Tue Jan 18 19:49:44 2011 +0100
@@ -52,9 +52,9 @@
             self.__createItem(stats[code], code, message)
             totalIssues += stats[code]
         
-        self.total.setText(
+        self.totalIssues.setText(
             self.trUtf8("%n issue(s) found", "", totalIssues))
-        self.total.setText(
+        self.fixedIssues.setText(
             self.trUtf8("%n issue(s) fixed", "", fixesCount))
         self.filesChecked.setText(
             self.trUtf8("%n file(s) checked", "", filesCount))

eric ide

mercurial