Helpviewer/SpeedDial/SpeedDial.py

changeset 1965
96f5a76e1845
parent 1703
796e59fd5b7a
child 2295
f51d70c46079
--- 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")
     

eric ide

mercurial