diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-02 01:21:21 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-02 01:21:21 +0800 |
commit | ae67ff7c049ce8c86c6241b4299e7a9d65802670 (patch) | |
tree | dee30998d00ac05623bdc907ae30199887d813a1 /ChangeLog | |
parent | ac160bd5b4143c52f8a75c049a27f56136ce1bae (diff) | |
download | gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.gz gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.bz2 gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.lz gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.xz gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.zst gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.zip |
Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers, and
2005-11-01 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbars-model.c: (item_node_new), (item_node_free),
(egg_toolbars_model_get_n_avail), (egg_toolbars_model_set_n_avail):
Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers,
and fix gcc 2.95 issues.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2005-11-01 Christian Persch <chpe@cvs.gnome.org> + * lib/egg/egg-toolbars-model.c: (item_node_new), (item_node_free), + (egg_toolbars_model_get_n_avail), (egg_toolbars_model_set_n_avail): + + Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers, + and fix gcc 2.95 issues. + +2005-11-01 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: |