diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-07-06 23:32:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-07-06 23:32:13 +0800 |
commit | 26ab891231913b58db5be0527c9a6c47e7c09d4b (patch) | |
tree | 246db795a3ebefb186f3837299c448df0bcac7d3 /ChangeLog | |
parent | af976b33780d7a2d055d5c1075a6f4697897b70b (diff) | |
download | gsoc2013-epiphany-26ab891231913b58db5be0527c9a6c47e7c09d4b.tar.gz gsoc2013-epiphany-26ab891231913b58db5be0527c9a6c47e7c09d4b.tar.zst gsoc2013-epiphany-26ab891231913b58db5be0527c9a6c47e7c09d4b.zip |
Implement toolbar overflow menu item for the go button.
2003-07-06 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-go-action.c: (button_clicked), (activate_cb),
(create_menu_item), (create_menu_proxy_cb), (connect_proxy),
(ephy_go_action_class_init):
Implement toolbar overflow menu item for the go button.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2003-07-06 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-go-action.c: (button_clicked), (activate_cb), + (create_menu_item), (create_menu_proxy_cb), (connect_proxy), + (ephy_go_action_class_init): + + Implement toolbar overflow menu item for the go button. + +2003-07-06 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-node.c: (ephy_node_finalize): Fix mem leak. |