aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-05-09 19:12:23 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-05-09 19:12:23 -0600
commit54529db108fc0400f612f48742965c58548f474b (patch)
treeefa26e1c85b182e73eb700c72ead65f96a78603f /src/uzbl-core.c
parent44b97f68f3e14f65a21d9c13d6ee50a2112be9c8 (diff)
parentc0bbabfef810b3976705bd1a384ff31735479ff0 (diff)
Merge remote-tracking branch 'keis/focus-event' into experimental
Conflicts: src/callbacks.c src/callbacks.h
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 8cfef55..eeae2ec 100644
--- a/src/uzbl-core.c
+++ b/src/uzbl-core.c
@@ -1477,6 +1477,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);
g_object_connect (G_OBJECT (wf),