diff -r 40c911b8c0dd -r 9eee32bac32e Helpviewer/Sync/SyncManager.py --- a/Helpviewer/Sync/SyncManager.py Sun Mar 11 16:46:46 2012 +0100 +++ b/Helpviewer/Sync/SyncManager.py Sun Mar 11 17:20:43 2012 +0100 @@ -229,7 +229,7 @@ Private slot to handle a finished synchronization event. @param type_ type of the synchronization event (string one - of "bookmarks", "history", "passwords" or "useragents") + of "bookmarks", "history", "passwords", "useragents" or "speeddial") @param status flag indicating success (boolean) @param download flag indicating a download of a file (boolean) """ @@ -251,7 +251,7 @@ Private slot to handle a status update of a synchronization event. @param type_ type of the synchronization event (string one - of "bookmarks", "history", "passwords" or "useragents") + of "bookmarks", "history", "passwords", "useragents" or "speeddial") @param message status message for the event (string) """ self.syncMessage.emit(message)