mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN: Oops actual fix for bug 1105
This commit is contained in:
parent
ce02f5c433
commit
0b7256b19b
@ -16,7 +16,7 @@ class PasswordDialog(QDialog, Ui_Dialog):
|
|||||||
self.cfg_key = re.sub(r'[^0-9a-zA-Z]', '_', name)
|
self.cfg_key = re.sub(r'[^0-9a-zA-Z]', '_', name)
|
||||||
|
|
||||||
un = dynamic[self.cfg_key+'__un']
|
un = dynamic[self.cfg_key+'__un']
|
||||||
pw = dynamic[self.cfg_key+'__un']
|
pw = dynamic[self.cfg_key+'__pw']
|
||||||
if not un: un = ''
|
if not un: un = ''
|
||||||
if not pw: pw = ''
|
if not pw: pw = ''
|
||||||
self.gui_username.setText(un)
|
self.gui_username.setText(un)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user