mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 02:23:43 +02:00
...
This commit is contained in:
parent
bfbb9edd54
commit
12a7a51171
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ def initializePage(self):
|
|||
if has_default:
|
||||
accs = [x for x in accs if x[1]]
|
||||
if accs:
|
||||
self.to_address.setText(accs[0])
|
||||
self.to_address.setText(accs[0][0])
|
||||
def x():
|
||||
t = unicode(self.to_address.text())
|
||||
if t.strip():
|
||||
|
|
|
|||
Loading…
Reference in a new issue