diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-15 20:08:08 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-15 20:08:08 +0800 |
commit | c608bb09921d9f654c7dc6fd3a81a370b2c85111 (patch) | |
tree | ddea6fde961c204eb931f10929871b9f6d6b09fa | |
parent | 45fdc41e1bf87f59021c8415e240d121043d8a0f (diff) | |
download | gsoc2013-epiphany-c608bb09921d9f654c7dc6fd3a81a370b2c85111.tar gsoc2013-epiphany-c608bb09921d9f654c7dc6fd3a81a370b2c85111.tar.gz gsoc2013-epiphany-c608bb09921d9f654c7dc6fd3a81a370b2c85111.tar.bz2 gsoc2013-epiphany-c608bb09921d9f654c7dc6fd3a81a370b2c85111.tar.lz gsoc2013-epiphany-c608bb09921d9f654c7dc6fd3a81a370b2c85111.tar.xz gsoc2013-epiphany-c608bb09921d9f654c7dc6fd3a81a370b2c85111.tar.zst gsoc2013-epiphany-c608bb09921d9f654c7dc6fd3a81a370b2c85111.zip |
Implement Not categorized special topic, note that only new/modified
2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/ephy-types.h:
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save),
(ephy_bookmarks_init), (ephy_bookmarks_finalize),
(ephy_bookmarks_add), (get_topics_list), (update_topics_list),
(ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword):
* src/bookmarks/ephy-tree-model-node.c:
(ephy_tree_model_node_update_node):
Implement Not categorized special topic, note that only
new/modified bookmarks will be added to it.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ * src/bookmarks/ephy-tree-model-node.c: (ephy_tree_model_node_update_node): + Implement Not categorized special topic, note that only + new/modified bookmarks will be added to it. + 2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-types.h: |