From 5aa9a4c46f443d5198c04f4c5b9fdd3391e5be8e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 2 Jul 2003 23:07:44 +0000 Subject: Moved bookmark tool item creation back to ephy-bookmark-action.c, For 2003-07-03 Christian Persch * src/bookmarks/ephy-bookmark-toolitem.h: * src/bookmarks/ephy-bookmark-toolitem.c: * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (ephy_bookmark_action_sync_label), (activate_cb), (create_menu_proxy), (connect_proxy), (ephy_bookmark_action_class_init): Moved bookmark tool item creation back to ephy-bookmark-action.c, For smart bookmarks, don't append ':' in the toolbar overflow menu. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2108d2140..e30778d54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-07-03 Christian Persch + + * src/bookmarks/ephy-bookmark-toolitem.h: + * src/bookmarks/ephy-bookmark-toolitem.c: + * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), + (ephy_bookmark_action_sync_label), (activate_cb), (create_menu_proxy), + (connect_proxy), (ephy_bookmark_action_class_init): + + Moved bookmark tool item creation back to ephy-bookmark-action.c, + For smart bookmarks, don't append ':' in the toolbar overflow menu. + 2003-07-03 Christian Persch * lib/ephy-node.c: (callback), (ephy_node_emit_signal): -- cgit