--- a/Helpviewer/CookieJar/CookiesDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Helpviewer/CookieJar/CookiesDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -18,11 +18,12 @@ import UI.PixmapCache + class CookiesDialog(QDialog, Ui_CookiesDialog): """ Class implementing a dialog to show all cookies. """ - def __init__(self, cookieJar, parent = None): + def __init__(self, cookieJar, parent=None): """ Constructor @@ -68,7 +69,7 @@ self.cookiesTable.horizontalHeader().resizeSection(section, header) self.cookiesTable.horizontalHeader().setStretchLastSection(True) self.cookiesTable.model().sort( - self.cookiesTable.horizontalHeader().sortIndicatorSection(), + self.cookiesTable.horizontalHeader().sortIndicatorSection(), Qt.AscendingOrder) self.__detailsDialog = None