indent adjusted

This commit is contained in:
mhm@mhm.com 2017-11-21 01:19:04 +01:00
parent aa40842848
commit 607cd9ba6e

View File

@ -370,10 +370,10 @@ class SessionManager(QObject):
# remove "active" mark and insert back page marked as active # remove "active" mark and insert back page marked as active
lazy_index = i + 1 lazy_index = i + 1
lazy_load.append({ lazy_load.append({
'title': histentry['title'], 'title': histentry['title'],
'url': 'qute://back#' + histentry['title'], 'url': 'qute://back#' + histentry['title'],
'active': True 'active': True
}) })
histentry['active'] = False histentry['active'] = False
active = histentry.get('active', False) active = histentry.get('active', False)