diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-04-10 00:59:36 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-04-10 00:59:36 +0800 |
commit | 19b0d73f92fd47c44c140869dcc8d252869b9c02 (patch) | |
tree | c4b4fa6adfa3b691297972f54216f33216059dc0 /ChangeLog | |
parent | 6e39ba4a5df4a9102bd97d42ab29f4204aeeb43d (diff) | |
download | gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.gz gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.bz2 gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.lz gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.xz gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.zst gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.zip |
Change initial refcound of EphyNode to 1, not 0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-04-09 Adam Hooper <adamh@cvs.gnome.org> + + * embed/ephy-encodings.c: (ephy_encodings_init): + * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): + * embed/ephy-history.c: (ephy_history_init): + * lib/ephy-node.c: (ephy_node_new_with_id): + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): + + Make ephy-node refcount initialize to 1 and not 0. + 2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. |