Fix #1858198 [Error adding SSL certificate and private key files for the Content server](https://bugs.launchpad.net/calibre/+bug/1858198)

This commit is contained in:
Kovid Goyal 2020-01-04 09:40:04 +05:30
parent 513f9a3a30
commit 994fae5f94
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -210,7 +210,7 @@ class Path(QWidget):
ans = choose_files(self, 'choose_path_srv_opts_' + self.dname, _('Choose a file'), select_only_single_file=True)
if ans:
self.set(ans[0])
self.save_history()
self.text.save_history()
class Choices(QComboBox):