143 def __updateLabels(self, type_, status, download): |
143 def __updateLabels(self, type_, status, download): |
144 """ |
144 """ |
145 Private slot to handle a finished synchronization event. |
145 Private slot to handle a finished synchronization event. |
146 |
146 |
147 @param type_ type of the synchronization event (string one |
147 @param type_ type of the synchronization event (string one |
148 of "bookmarks", "history", "passwords" or "useragents") |
148 of "bookmarks", "history", "passwords", "useragents" or "speeddial") |
149 @param status flag indicating success (boolean) |
149 @param status flag indicating success (boolean) |
150 @param download flag indicating a download of a file (boolean) |
150 @param download flag indicating a download of a file (boolean) |
151 """ |
151 """ |
152 if type_ == "bookmarks": |
152 if type_ == "bookmarks": |
153 if status: |
153 if status: |