Fix typo in loading peers_tab state

This commit is contained in:
Calum Lind 2014-07-16 18:21:30 +01:00
parent 8685c7a604
commit bf9bd267fd
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class PeersTab(Tab):
save_pickled_state_file("peers_tab.state", state)
def load_state(self):
state = load_pickled_state_file("peers_tabs.state")
state = load_pickled_state_file("peers_tab.state")
if state == None:
return