--- a/Helpviewer/SpeedDial/SpeedDial.py Sun Mar 11 13:04:30 2012 +0100 +++ b/Helpviewer/SpeedDial/SpeedDial.py Sun Mar 11 16:46:46 2012 +0100 @@ -158,6 +158,12 @@ self.__load() + def reload(self): + """ + Public method to reload the speed dial data. + """ + self.__load() + def __load(self): """ Private method to load the speed dial configuration.