--- a/Helpviewer/AdBlock/AdBlockTreeWidget.py Wed Oct 09 19:26:41 2013 +0200 +++ b/Helpviewer/AdBlock/AdBlockTreeWidget.py Wed Oct 09 19:45:07 2013 +0200 @@ -8,8 +8,8 @@ """ from PyQt4.QtCore import Qt -from PyQt4.QtGui import QAbstractItemView, QFont, QTreeWidgetItem, QInputDialog, \ - QLineEdit, QMenu, QApplication, QColor +from PyQt4.QtGui import QAbstractItemView, QFont, QTreeWidgetItem, \ + QInputDialog, QLineEdit, QMenu, QApplication, QColor from E5Gui.E5TreeWidget import E5TreeWidget @@ -219,7 +219,8 @@ self.__itemChangingBlock = True self.__topItem.setText(0, - self.trUtf8("{0} (recently updated)").format(self.__subscription.title())) + self.trUtf8("{0} (recently updated)").format( + self.__subscription.title())) self.__itemChangingBlock = False def __adjustItemFeatures(self, itm, rule):