diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-21 23:43:28 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-21 23:43:28 +0800 |
commit | 2be42c2960138a7997af6d8363235c9db90abe0b (patch) | |
tree | c25f2956cc0f72f5f9e7f17cac9636405bdcd0a1 /src | |
parent | a78af5ef50e7ee33d0e5c3e8652280fe9081eb99 (diff) | |
download | gsoc2013-epiphany-2be42c2960138a7997af6d8363235c9db90abe0b.tar.gz gsoc2013-epiphany-2be42c2960138a7997af6d8363235c9db90abe0b.tar.zst gsoc2013-epiphany-2be42c2960138a7997af6d8363235c9db90abe0b.zip |
Tabify mozilla-embed.cpp and make it use G_DEFINE_*.
Also, remove one extra ephy_tab_get_embed from EphyWindow.
svn path=/trunk/; revision=7540
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index e3147452f..3ae490fc3 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -2244,8 +2244,6 @@ ephy_window_set_active_tab (EphyWindow *window, EphyTab *new_tab) G_CALLBACK (sync_tab_zoom), window, 0); - embed = ephy_tab_get_embed (new_tab); - g_signal_connect_object (embed, "notify::security-level", G_CALLBACK (sync_tab_security), window, 0); |