diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-09-19 22:02:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-09-19 22:02:30 +0800 |
commit | b80a930d392d2719f916f6fcc975b60d1cfb2169 (patch) | |
tree | 26537281da4a20001cba1ba4124a0a27dab94f7a /ChangeLog | |
parent | 4a2a46a2431642dc032550ee2173db3059dacb37 (diff) | |
download | gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.tar gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.tar.gz gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.tar.bz2 gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.tar.lz gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.tar.xz gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.tar.zst gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.zip |
Make the methods to unset/release the context event semi-public.
2005-09-19 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (_ephy_window_set_context_event),
(_ephy_window_unset_context_event), (embed_popup_deactivate_cb),
(show_embed_popup), (ephy_window_dispose):
* src/ephy-window.h:
Make the methods to unset/release the context event semi-public.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-09-19 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-window.c: (_ephy_window_set_context_event), + (_ephy_window_unset_context_event), (embed_popup_deactivate_cb), + (show_embed_popup), (ephy_window_dispose): + * src/ephy-window.h: + + Make the methods to unset/release the context event semi-public. + 2005-09-16 Raphael Slinckx <rslinckx@cvs.gnome.org> * src/bookmarks/ephy-bookmark-action.c: |