aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-05 06:39:28 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-05 06:39:28 +0800
commit0c598aa8e3fd37f4cb2e7b16957b06ac78b710ce (patch)
tree65fd738b069f12f68f293d208c058be5ccf7a5b7 /ChangeLog
parent74c61ab583069d84e242400b064ab0f1ca828e29 (diff)
downloadgsoc2013-epiphany-0c598aa8e3fd37f4cb2e7b16957b06ac78b710ce.tar
gsoc2013-epiphany-0c598aa8e3fd37f4cb2e7b16957b06ac78b710ce.tar.gz
gsoc2013-epiphany-0c598aa8e3fd37f4cb2e7b16957b06ac78b710ce.tar.bz2
gsoc2013-epiphany-0c598aa8e3fd37f4cb2e7b16957b06ac78b710ce.tar.lz
gsoc2013-epiphany-0c598aa8e3fd37f4cb2e7b16957b06ac78b710ce.tar.xz
gsoc2013-epiphany-0c598aa8e3fd37f4cb2e7b16957b06ac78b710ce.tar.zst
gsoc2013-epiphany-0c598aa8e3fd37f4cb2e7b16957b06ac78b710ce.zip
gtk+ now connects the tool item's create_menu_proxy to the action's
2004-02-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-go-action.c: (ephy_go_action_get_type), (create_tool_item), (ephy_go_action_class_init): gtk+ now connects the tool item's create_menu_proxy to the action's create_menu_item, so we don't need to do it ourselves. Also unnecessary to do connect_proxy. The go action is now almost empty, we should really see if we can use a stock gtktoolbutton for it. 2004-02-04 Christian Persch <chpe@cvs.gnome.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cfa85c123..0a12fdd9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,21 @@
2004-02-04 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-go-action.c: (ephy_go_action_get_type),
+ (create_tool_item), (ephy_go_action_class_init):
+
+ gtk+ now connects the tool item's create_menu_proxy to the
+ action's create_menu_item, so we don't need to do it ourselves.
+ Also unnecessary to do connect_proxy.
+ The go action is now almost empty, we should really see if
+ we can use a stock gtktoolbutton for it.
+
+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.