mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
bfbb9edd54
commit
12a7a51171
@ -447,7 +447,7 @@ class KindlePage(QWizardPage, KindleUI):
|
|||||||
if has_default:
|
if has_default:
|
||||||
accs = [x for x in accs if x[1]]
|
accs = [x for x in accs if x[1]]
|
||||||
if accs:
|
if accs:
|
||||||
self.to_address.setText(accs[0])
|
self.to_address.setText(accs[0][0])
|
||||||
def x():
|
def x():
|
||||||
t = unicode(self.to_address.text())
|
t = unicode(self.to_address.text())
|
||||||
if t.strip():
|
if t.strip():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user