diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-30 04:12:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-30 04:12:55 +0800 |
commit | db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0 (patch) | |
tree | 02234f3fb181aca685fcc29da0ff92687c7a1cfa /embed/ephy-embed.c | |
parent | 941de06806cb6c145ac2b522ad276add5bdbb2fd (diff) | |
download | gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.gz gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.bz2 gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.lz gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.xz gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.zst gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.zip |
Implement ::grab-focus and remove ephy_embed_activate ().
2005-07-29 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c:
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
Implement ::grab-focus and remove ephy_embed_activate ().
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index c6fa1431a..60e82be0a 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -732,19 +732,6 @@ ephy_embed_show_page_certificate (EphyEmbed *embed) } /** - * ephy_embed_activate: - * @embed: an #EphyEmbed - * - * Gives focus to @embed (i.e., Mozilla). - **/ -void -ephy_embed_activate (EphyEmbed *embed) -{ - EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed); - iface->activate (embed); -} - -/** * ephy_embed_set_encoding: * @embed: an #EphyEmbed * @encoding: the desired encoding |