fix typo in variable name

This commit is contained in:
Yann Leboulanger 2009-12-30 11:27:54 +01:00
parent 47920cf074
commit d41d4b2460
1 changed files with 1 additions and 1 deletions

View File

@ -2021,7 +2021,7 @@ class Connection(CommonConnection, ConnectionHandlers):
last_date = time.time() - gajim.config.get(
'muc_restore_timeout') * 60
else:
last_time = min(last_date, time.time() - gajim.config.get(
last_date = min(last_date, time.time() - gajim.config.get(
'muc_restore_timeout') * 60)
last_date = time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime(last_date))
t.setTag('history', {'maxstanzas': gajim.config.get(