diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-27 21:03:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-27 21:03:38 +0800 |
commit | 54eaddbfa2fe4b7004f2c4cde6a0c39fe33825a0 (patch) | |
tree | 13d1abaa67884ec2237e1727f6fe3b9f6579821d | |
parent | bc08fad238bd6a29c6ef68d966c99949321a4341 (diff) | |
download | gsoc2013-epiphany-54eaddbfa2fe4b7004f2c4cde6a0c39fe33825a0.tar gsoc2013-epiphany-54eaddbfa2fe4b7004f2c4cde6a0c39fe33825a0.tar.gz gsoc2013-epiphany-54eaddbfa2fe4b7004f2c4cde6a0c39fe33825a0.tar.bz2 gsoc2013-epiphany-54eaddbfa2fe4b7004f2c4cde6a0c39fe33825a0.tar.lz gsoc2013-epiphany-54eaddbfa2fe4b7004f2c4cde6a0c39fe33825a0.tar.xz gsoc2013-epiphany-54eaddbfa2fe4b7004f2c4cde6a0c39fe33825a0.tar.zst gsoc2013-epiphany-54eaddbfa2fe4b7004f2c4cde6a0c39fe33825a0.zip |
Log context of event in debug mode.
2004-03-27 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (show_embed_popup):
Log context of event in debug mode.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-window.c | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-03-27 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: (show_embed_popup): + + Log context of event in debug mode. + +2004-03-27 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-location-action.c: (location_url_activate_cb), (disconnect_proxy), (ephy_location_action_set_address): diff --git a/src/ephy-window.c b/src/ephy-window.c index f01399e55..151f7a036 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -1386,6 +1386,8 @@ show_embed_popup (EphyWindow *window, EphyTab *tab, EphyEmbedEvent *event) context = ephy_embed_event_get_context (event); + LOG ("show_embed_popup context %x", context) + if ((context & EMBED_CONTEXT_LINK) && (context & EMBED_CONTEXT_IMAGE)) { |