--- a/Helpviewer/CookieJar/CookieJar.py Sun Jan 31 16:15:16 2010 +0000 +++ b/Helpviewer/CookieJar/CookieJar.py Sun Jan 31 17:11:22 2010 +0000 @@ -87,7 +87,7 @@ if version != self.JAR_VERSION: return [] - noCookies = stream.readUInt32() + stream.readUInt32() # number of cookies rawCookie = QByteArray() while not stream.atEnd():