1
0

do the banner request in interface, not in wallet

This commit is contained in:
ecdsa
2013-03-17 10:54:21 +01:00
parent 268d7ba3b5
commit 8a720b1629
5 changed files with 11 additions and 10 deletions

View File

@@ -124,7 +124,7 @@ class ElectrumGui:
self.stdscr.addstr( 12, 25, _("[Clear]"), curses.A_REVERSE if self.pos%6==5 else curses.color_pair(2))
def print_banner(self):
self.stdscr.addstr( 1, 1, self.wallet.banner )
self.stdscr.addstr( 1, 1, self.wallet.interface.banner )
def print_list(self, list, firstline):
self.maxpos = len(list)