summaryrefslogtreecommitdiffstats
path: root/gobject
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-11-18 12:19:32 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-11-18 12:19:32 +0000
commit2de07b5d97911346eb95ded4f86d1d274cca8a0a (patch)
tree33b822a77440a139c9754b859f4003deaeb46e7f /gobject
parent83816e8cbf9e24b5f9a2b52bb404961ba53b817b (diff)
downloadpygobject-2de07b5d97911346eb95ded4f86d1d274cca8a0a.tar.gz
pygobject-2de07b5d97911346eb95ded4f86d1d274cca8a0a.tar.xz
pygobject-2de07b5d97911346eb95ded4f86d1d274cca8a0a.zip
Revert accidentally commited changes
Diffstat (limited to 'gobject')
-rw-r--r--gobject/pygobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject.c b/gobject/pygobject.c
index 7ff25df..4cfe9e9 100644
--- a/gobject/pygobject.c
+++ b/gobject/pygobject.c
@@ -1677,7 +1677,7 @@ pygobject_disconnect_by_func(PyGObject *self, PyObject *args)
PyString_AsString(PyObject_Repr((PyObject*)pyfunc)));
return NULL;
}
-
+
retval = g_signal_handlers_disconnect_matched(self->obj,
G_SIGNAL_MATCH_CLOSURE,
0, 0,