--- a/Helpviewer/SpeedDial/SpeedDial.py Sun Jul 29 17:26:28 2012 +0200 +++ b/Helpviewer/SpeedDial/SpeedDial.py Sun Jul 29 18:05:03 2012 +0200 @@ -105,7 +105,7 @@ @param url URL to generate the file name from (string) @return name of the image file (string) """ - return os.path.join(self.__thumbnailsDirectory, + return os.path.join(self.__thumbnailsDirectory, str(QCryptographicHash.hash(QByteArray(url.encode("utf-8")), QCryptographicHash.Md5).toHex(), encoding="utf-8") + ".png")