diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-05 06:25:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-05 06:25:27 +0800 |
commit | 74c61ab583069d84e242400b064ab0f1ca828e29 (patch) | |
tree | a4cda37f86cc5d028f6e6990267639de8cbf6c79 /ChangeLog | |
parent | 0d384021eea98605ab92c8b8842a9c0c8e9240b3 (diff) | |
download | gsoc2013-epiphany-74c61ab583069d84e242400b064ab0f1ca828e29.tar.gz gsoc2013-epiphany-74c61ab583069d84e242400b064ab0f1ca828e29.tar.zst gsoc2013-epiphany-74c61ab583069d84e242400b064ab0f1ca828e29.zip |
Fix toolbar overflow menu creation. Don't connect zoom control signals to
2004-02-04 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-zoom-action.c: (ephy_zoom_action_get_type),
(zoom_to_level_cb), (connect_proxy), (proxy_menu_activate_cb),
(create_menu_item), (ephy_zoom_action_class_init):
* lib/widgets/ephy-zoom-action.h:
* lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init):
* src/ephy-history-window.c: (cmd_delete),
Fix toolbar overflow menu creation. Don't connect zoom control signals
to a menu item.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2004-02-04 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-zoom-action.c: (ephy_zoom_action_get_type), + (zoom_to_level_cb), (connect_proxy), (proxy_menu_activate_cb), + (create_menu_item), (ephy_zoom_action_class_init): + * lib/widgets/ephy-zoom-action.h: + * lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init): + * src/ephy-history-window.c: (cmd_delete), + + Fix toolbar overflow menu creation. Don't connect zoom control signals + to a menu item. + +2004-02-04 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-arrow-toolbutton.c: (ephy_arrow_toolbutton_finalize): |