aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-04-16 01:36:46 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-16 01:36:46 +0800
commit81cc9fc7c119b8d45c28b0cdf1351e330f445264 (patch)
treec134ece6621a2360675c52ead30f0efcda34cb5a /ChangeLog
parent9d9872cea3a0bc588ee0d64f231d64510906efbb (diff)
downloadgsoc2013-epiphany-81cc9fc7c119b8d45c28b0cdf1351e330f445264.tar
gsoc2013-epiphany-81cc9fc7c119b8d45c28b0cdf1351e330f445264.tar.gz
gsoc2013-epiphany-81cc9fc7c119b8d45c28b0cdf1351e330f445264.tar.bz2
gsoc2013-epiphany-81cc9fc7c119b8d45c28b0cdf1351e330f445264.tar.lz
gsoc2013-epiphany-81cc9fc7c119b8d45c28b0cdf1351e330f445264.tar.xz
gsoc2013-epiphany-81cc9fc7c119b8d45c28b0cdf1351e330f445264.tar.zst
gsoc2013-epiphany-81cc9fc7c119b8d45c28b0cdf1351e330f445264.zip
Fix context menu selection mess, tricky, tricky, tricky. It's all kris
2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (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_selection_changed_cb), (get_node_from_path), (ephy_node_view_button_press_cb), (ephy_node_view_init), (ephy_node_view_get_selection), (ephy_node_view_has_selection): Fix context menu selection mess, tricky, tricky, tricky. It's all kris fault.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75bba8c77..b83ca431e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * src/bookmarks/ephy-bookmarks-editor.c:
+ (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_selection_changed_cb), (get_node_from_path),
+ (ephy_node_view_button_press_cb), (ephy_node_view_init),
+ (ephy_node_view_get_selection), (ephy_node_view_has_selection):
+
+ Fix context menu selection mess, tricky,
+ tricky, tricky. It's all kris fault.
+
2003-04-15 David Bordoley <bordoley@msu.edu>
*src/bookmarks/ephy-bookmark-editor.c: