aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-12 06:06:26 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-12 06:06:26 +0800
commit45aa254e9c7d745fe0d8aaa1627fced919b0bbdc (patch)
treef3729ebbf884d7ccf69cc60f9e23a244b11127fc /ChangeLog
parent0daded02b044566c4b9f8495c762508cbce39a0b (diff)
downloadgsoc2013-epiphany-45aa254e9c7d745fe0d8aaa1627fced919b0bbdc.tar
gsoc2013-epiphany-45aa254e9c7d745fe0d8aaa1627fced919b0bbdc.tar.gz
gsoc2013-epiphany-45aa254e9c7d745fe0d8aaa1627fced919b0bbdc.tar.bz2
gsoc2013-epiphany-45aa254e9c7d745fe0d8aaa1627fced919b0bbdc.tar.lz
gsoc2013-epiphany-45aa254e9c7d745fe0d8aaa1627fced919b0bbdc.tar.xz
gsoc2013-epiphany-45aa254e9c7d745fe0d8aaa1627fced919b0bbdc.tar.zst
gsoc2013-epiphany-45aa254e9c7d745fe0d8aaa1627fced919b0bbdc.zip
Moved bookmark tool item creation to a dedicated tool item. That way we
2003-06-11 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-toolitem.h: * src/bookmarks/ephy-bookmark-toolitem.c: * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (create_menu_item), (ephy_bookmark_action_class_init): Moved bookmark tool item creation to a dedicated tool item. That way we can provide toolbar overflow menu items.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68cb2614e..f8f1063dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-06-11 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/bookmarks/ephy-bookmark-toolitem.h:
+ * src/bookmarks/ephy-bookmark-toolitem.c:
+ * src/bookmarks/ephy-bookmark-action.c: (create_tool_item),
+ (create_menu_item), (ephy_bookmark_action_class_init):
+
+ Moved bookmark tool item creation to a dedicated tool item. That way we
+ can provide toolbar overflow menu items.
+
2003-06-11 Xan Lopez <xan@masilla.org>
* lib/widgets/ephy-node-view.c: (ephy_node_view_select_node):