diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-17 02:02:41 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-17 02:02:41 +0800 |
commit | 3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789 (patch) | |
tree | 5ff81bb6b71d998e15426ea23af855b28e007243 /ChangeLog | |
parent | 4bc1338f7943928d6abaac5b955c2a86f5ddc8e6 (diff) | |
download | gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.gz gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.bz2 gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.lz gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.xz gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.zst gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.zip |
Add a way to decide if the view is target. The impl is an hack but we keep
2003-04-16 Marco Pesenti Gritti <marco@it.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_rename),
(cmd_delete), (cmd_select_all),
(ephy_bookmarks_editor_update_menu),
(ephy_bookmarks_editor_show_popup_cb),
(keyword_node_show_popup_cb), (menu_activate_cb):
* src/bookmarks/ephy-node-view.c: (ephy_node_view_key_press_cb),
(ephy_node_view_button_press_cb), (ephy_node_view_construct),
(ephy_node_view_is_editing), (ephy_node_view_is_target):
* src/bookmarks/ephy-node-view.h:
Add a way to decide if the view is target. The impl is an hack
but we keep ephy-bookmarks clean. The best we can do right now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2003-04-16 Marco Pesenti Gritti <marco@it.gnome.org> + + * src/bookmarks/ephy-bookmarks-editor.c: (cmd_rename), + (cmd_delete), (cmd_select_all), + (ephy_bookmarks_editor_update_menu), + (ephy_bookmarks_editor_show_popup_cb), + (keyword_node_show_popup_cb), (menu_activate_cb): + * src/bookmarks/ephy-node-view.c: (ephy_node_view_key_press_cb), + (ephy_node_view_button_press_cb), (ephy_node_view_construct), + (ephy_node_view_is_editing), (ephy_node_view_is_target): + * src/bookmarks/ephy-node-view.h: + + Add a way to decide if the view is target. The impl is an hack + but we keep ephy-bookmarks clean. The best we can do right now. + 2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-tab.c: (ephy_tab_set_favicon): |