9994:16ed71ff72bd | 9995:00eb2b418f8e |
---|---|
186 ) | 186 ) |
187 | 187 |
188 dlg = ManageDictionariesDialog( | 188 dlg = ManageDictionariesDialog( |
189 self.__writeableDirectories, | 189 self.__writeableDirectories, |
190 enforceUnencryptedDownloads=self.unencryptedCheckBox.isChecked(), | 190 enforceUnencryptedDownloads=self.unencryptedCheckBox.isChecked(), |
191 parent=self) | 191 parent=self, |
192 ) | |
192 dlg.exec() | 193 dlg.exec() |
193 | 194 |
194 self.__populateDictionariesList() | 195 self.__populateDictionariesList() |
195 | 196 |
196 | 197 |