diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-05-28 04:22:02 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-05-28 04:22:02 +0800 |
commit | 06cdf72ccc3d448d86c0ace29d74c06376572ecf (patch) | |
tree | 88296ccbaef51931e2194e32b4f03cf497554476 /ChangeLog | |
parent | 7b931423fb733730ba74abd4207709974e6f67d9 (diff) | |
download | gsoc2013-epiphany-06cdf72ccc3d448d86c0ace29d74c06376572ecf.tar gsoc2013-epiphany-06cdf72ccc3d448d86c0ace29d74c06376572ecf.tar.gz gsoc2013-epiphany-06cdf72ccc3d448d86c0ace29d74c06376572ecf.tar.bz2 gsoc2013-epiphany-06cdf72ccc3d448d86c0ace29d74c06376572ecf.tar.lz gsoc2013-epiphany-06cdf72ccc3d448d86c0ace29d74c06376572ecf.tar.xz gsoc2013-epiphany-06cdf72ccc3d448d86c0ace29d74c06376572ecf.tar.zst gsoc2013-epiphany-06cdf72ccc3d448d86c0ace29d74c06376572ecf.zip |
Try to fix dereferencing type-punned warning.
Try to fix dereferencing type-punned warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-05-27 Xan Lopez <xan@masilla.org> + * lib/widgets/ephy-node-view.c: (ephy_node_view_get_selection): + + Try to fix dereferencing type-punned warning. + +2003-05-27 Xan Lopez <xan@masilla.org> + * lib/ephy-node.c: (ephy_node_new), (ephy_node_new_with_id), (ephy_node_get_db): |