Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sessionstore.py
diff options
context:
space:
mode:
Diffstat (limited to 'sessionstore.py')
-rw-r--r--sessionstore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sessionstore.py b/sessionstore.py
index c1287a9..8956a04 100644
--- a/sessionstore.py
+++ b/sessionstore.py
@@ -20,6 +20,7 @@
import logging
from gi.repository import WebKit
+
def get_session(browser):
session_history = browser.get_back_forward_list()
if session_history.get_back_length() == 0: