aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-07-18 21:10:24 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-07-18 21:10:24 +0800
commit482cd2bcb05ed4245da0fecfb3a9ab8e67f99616 (patch)
tree96ea6fb707a5690223cca514ebcecfc91da84f5b /ChangeLog
parent62047066d4d6ff0acf5dcc22c0d473e6df902c57 (diff)
downloadgsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.gz
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.bz2
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.lz
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.xz
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.zst
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.zip
Christian Persch <chpe@cvs.gnome.org>
2003-07-18 Marco Pesenti Gritti <marco@it.gnome.org> Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init), (ephy_bookmarks_find_bookmark): * src/ephy-toolbars-model.c: (ephy_toolbars_model_get_action_name), (topic_destroy_cb), (bookmark_destroy_cb), (setup_item), (impl_add_item), (ephy_toolbars_model_set_bookmarks), (ephy_toolbars_model_init), (get_toolbar_pos), (get_toolbar_and_item_pos), (ephy_toolbars_model_remove_bookmark), (ephy_toolbars_model_add_bookmark), (ephy_toolbars_model_has_bookmark): * src/ephy-toolbars-model.h: * src/toolbar.c: (topic_destroy_cb), (bookmark_destroy_cb): Remove bookmarks also if they are not on the bookmarks toolbar. Deal with bookmarks/model sync inside the model not in the toolbar. If there are invalid bookmarks in the toolbar configuration when loading it, emit a warning and drop them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe067810a..81dbdfb8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2003-07-18 Marco Pesenti Gritti <marco@it.gnome.org>
+ Christian Persch <chpe@cvs.gnome.org>
+
+
+ * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init),
+ (ephy_bookmarks_find_bookmark):
+ * src/ephy-toolbars-model.c: (ephy_toolbars_model_get_action_name),
+ (topic_destroy_cb), (bookmark_destroy_cb), (setup_item),
+ (impl_add_item), (ephy_toolbars_model_set_bookmarks),
+ (ephy_toolbars_model_init), (get_toolbar_pos),
+ (get_toolbar_and_item_pos), (ephy_toolbars_model_remove_bookmark),
+ (ephy_toolbars_model_add_bookmark),
+ (ephy_toolbars_model_has_bookmark):
+ * src/ephy-toolbars-model.h:
+ * src/toolbar.c: (topic_destroy_cb), (bookmark_destroy_cb):
+
+ Remove bookmarks also if they are not on the bookmarks toolbar.
+ Deal with bookmarks/model sync inside the model not in the toolbar.
+ If there are invalid bookmarks in the toolbar configuration
+ when loading it, emit a warning and drop them.
+
2003-07-17 Xan Lopez <xan@masilla.org>
* embed/ephy-history.c: (ephy_history_get_icon):