aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uzbl-core.c')
-rw-r--r--src/uzbl-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uzbl-core.c b/src/uzbl-core.c
index e461a4c..118c6da 100644
--- a/src/uzbl-core.c
+++ b/src/uzbl-core.c
@@ -1479,6 +1479,7 @@ create_scrolled_win() {
"signal::populate-popup", (GCallback)populate_popup_cb, NULL,
"signal::focus-in-event", (GCallback)focus_cb, NULL,
"signal::focus-out-event", (GCallback)focus_cb, NULL,
+ "signal::window-object-cleared", (GCallback)window_object_cleared_cb,NULL,
NULL);
}