diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-04 16:47:09 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-04 16:47:09 +0800 |
commit | 58d7029067c993bb10350953fa9a05723fd50459 (patch) | |
tree | 55ab04587d5c3e8e500838c147a740837b6722bf /src | |
parent | 3e7c36a33f512e47b9bc293db93112c109caaf0b (diff) | |
download | gsoc2013-epiphany-58d7029067c993bb10350953fa9a05723fd50459.tar.gz gsoc2013-epiphany-58d7029067c993bb10350953fa9a05723fd50459.tar.zst gsoc2013-epiphany-58d7029067c993bb10350953fa9a05723fd50459.zip |
ephy-window: disconnect overview-mode callback from the right object
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 990b89c42..438e31a40 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -2781,7 +2781,7 @@ ephy_window_disconnect_active_embed (EphyWindow *window) G_CALLBACK (ephy_window_visibility_cb), window); - g_signal_handlers_disconnect_by_func (view, + g_signal_handlers_disconnect_by_func (embed, G_CALLBACK (sync_embed_is_overview), window); |