diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-04 04:29:26 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-04 04:29:26 +0800 |
commit | 98c2f091a837f36c61ec7889072f7034687a69bf (patch) | |
tree | 9f4b9cbaf8beb0951a582765ec4971d3d90c6acf /ChangeLog | |
parent | 5725b54c776891dfcb522a96a79a145191f470da (diff) | |
download | gsoc2013-epiphany-98c2f091a837f36c61ec7889072f7034687a69bf.tar gsoc2013-epiphany-98c2f091a837f36c61ec7889072f7034687a69bf.tar.gz gsoc2013-epiphany-98c2f091a837f36c61ec7889072f7034687a69bf.tar.bz2 gsoc2013-epiphany-98c2f091a837f36c61ec7889072f7034687a69bf.tar.lz gsoc2013-epiphany-98c2f091a837f36c61ec7889072f7034687a69bf.tar.xz gsoc2013-epiphany-98c2f091a837f36c61ec7889072f7034687a69bf.tar.zst gsoc2013-epiphany-98c2f091a837f36c61ec7889072f7034687a69bf.zip |
Add public function ephy_window_get_context_event() to get the
2005-08-03 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (popup_menu_at_coords),
(idle_unref_context_event), (set_context_event),
(embed_popup_deactivate_cb), (get_name_from_address_value),
(show_embed_popup), (ephy_window_dispose),
(ephy_window_get_is_print_preview),
(ephy_window_get_context_event):
* src/ephy-window.h:
* src/epiphany.defs:
* src/popup-commands.c: (popup_cmd_link_in_new_window),
(popup_cmd_link_in_new_tab), (popup_cmd_bookmark_link),
(popup_cmd_copy_link_address), (save_property_url),
(popup_cmd_open_link), (popup_cmd_set_image_as_background),
(popup_cmd_copy_image_location), (popup_cmd_open_image):
Add public function ephy_window_get_context_event() to get the
EphyEmbedEvent for the current popup menu, instead of using an
undocument g_object_get_data() call. Also fixes bug
#310910.
Don't printf NULL; fixes bug #309796.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,5 +1,27 @@ 2005-08-03 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: (popup_menu_at_coords), + (idle_unref_context_event), (set_context_event), + (embed_popup_deactivate_cb), (get_name_from_address_value), + (show_embed_popup), (ephy_window_dispose), + (ephy_window_get_is_print_preview), + (ephy_window_get_context_event): + * src/ephy-window.h: + * src/epiphany.defs: + * src/popup-commands.c: (popup_cmd_link_in_new_window), + (popup_cmd_link_in_new_tab), (popup_cmd_bookmark_link), + (popup_cmd_copy_link_address), (save_property_url), + (popup_cmd_open_link), (popup_cmd_set_image_as_background), + (popup_cmd_copy_image_location), (popup_cmd_open_image): + + Add public function ephy_window_get_context_event() to get the + EphyEmbedEvent for the current popup menu, instead of using an + undocument g_object_get_data() call. Also fixes bug + #310910. + Don't printf NULL; fixes bug #309796. + +2005-08-03 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-favicon-cache.c: (pixbuf_cache_entry_free), (icons_added_cb), (cleanup_entry), (periodic_cleanup_cb), (ephy_favicon_cache_init), (ephy_favicon_cache_finalize), |