diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2007-07-30 05:13:42 +0000 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2007-07-30 05:13:42 +0000 |
commit | 9b81da4a70431e104dbcf7b40c8f14d61faa5a6c (patch) | |
tree | 3f0c6fbb4a1413ae90af12f456c2825b5a019b63 /ChangeLog | |
parent | 0fe0543f49d24020f3e3151bb8c56ed6b44bc5ba (diff) | |
download | epiphany-9b81da4a70431e104dbcf7b40c8f14d61faa5a6c.tar.gz |
Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173.
2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org>
* lib/ephy-password-dialog.c:
Fix some strict aliasing warnings. Patch by Cosimo Cecchi.
Bug #433173.
svn path=/trunk/; revision=7213
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> + + * lib/ephy-password-dialog.c: + + Fix some strict aliasing warnings. Patch by Cosimo Cecchi. + Bug #433173. + 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_dispose): |