Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdfviewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'pdfviewer.py')
-rw-r--r--pdfviewer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pdfviewer.py b/pdfviewer.py
index 6ce4fcf..6cfbaed 100644
--- a/pdfviewer.py
+++ b/pdfviewer.py
@@ -177,6 +177,7 @@ class DummyBrowser(GObject.GObject):
'new-tab': (GObject.SignalFlags.RUN_FIRST, None, ([str])),
'tab-close': (GObject.SignalFlags.RUN_FIRST, None, ([object])),
'selection-changed': (GObject.SignalFlags.RUN_FIRST, None, ([])),
+ 'security-status-changed': (GObject.SignalFlags.RUN_FIRST, None, ([])),
}
__gproperties__ = {
@@ -194,6 +195,7 @@ class DummyBrowser(GObject.GObject):
self._uri = ""
self._progress = 0.0
self._load_status = WebKit.LoadStatus.PROVISIONAL
+ self.security_status = None
def do_get_property(self, prop):
if prop.name == 'title':