summaryrefslogtreecommitdiff
path: root/gi/_signalhelper.py
diff options
context:
space:
mode:
Diffstat (limited to 'gi/_signalhelper.py')
-rw-r--r--gi/_signalhelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/_signalhelper.py b/gi/_signalhelper.py
index 29d36ea0..6d1f9369 100644
--- a/gi/_signalhelper.py
+++ b/gi/_signalhelper.py
@@ -115,7 +115,7 @@ class Signal(str):
def disconnect(self, handler_id):
"""Same as GObject.Object.disconnect."""
- self.instance.disconnect(handler_id)
+ self.gobj.disconnect(handler_id)
def emit(self, *args, **kargs):
"""Same as GObject.Object.emit except there is no need to specify