diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-08-09 Christian Persch <chpe@cvs.gnome.org> + + * src/bookmarks/ephy-topics-selector.c: + (ephy_topics_selector_get_type), (ephy_topics_selector_apply), + (provide_toggle), (ephy_topics_selector_constructor), + (topic_destroy_cb), (node_toggled_cb), + (ephy_topics_selector_finalize), (ephy_topics_selector_class_init): + + Free list and filter on finalize; fixes bug #149689. + Use g_list_prepend instead of _append. + Mark the column title for translation. + 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: |