156 if not os.path.exists(self.__thumbnailsDirectory): |
156 if not os.path.exists(self.__thumbnailsDirectory): |
157 os.makedirs(self.__thumbnailsDirectory) |
157 os.makedirs(self.__thumbnailsDirectory) |
158 |
158 |
159 self.__load() |
159 self.__load() |
160 |
160 |
|
161 def reload(self): |
|
162 """ |
|
163 Public method to reload the speed dial data. |
|
164 """ |
|
165 self.__load() |
|
166 |
161 def __load(self): |
167 def __load(self): |
162 """ |
168 """ |
163 Private method to load the speed dial configuration. |
169 Private method to load the speed dial configuration. |
164 """ |
170 """ |
165 speedDialFile = self.getFileName() |
171 speedDialFile = self.getFileName() |