diff options
author | James Henstridge <james@jamesh.id.au> | 2004-11-11 13:36:57 +0800 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2004-11-11 13:36:57 +0800 |
commit | 5505c32b141fceaf735431b6b04b34a706ac6839 (patch) | |
tree | 5a54f2ebcd7e343b57f9ae6b69e2e6af068081fe /ChangeLog | |
parent | 9bffc9190fae704747c284b04c7722d8f2fb1b17 (diff) | |
download | gsoc2013-epiphany-5505c32b141fceaf735431b6b04b34a706ac6839.tar.gz gsoc2013-epiphany-5505c32b141fceaf735431b6b04b34a706ac6839.tar.zst gsoc2013-epiphany-5505c32b141fceaf735431b6b04b34a706ac6839.zip |
make len a gsize rather than an int to fix compilation on 64-bit systems.
2004-11-11 James Henstridge <james@jamesh.id.au>
* src/ephy-extensions-manager.c (load_file_from_monitor): make len
a gsize rather than an int to fix compilation on 64-bit systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-11-11 James Henstridge <james@jamesh.id.au> + + * src/ephy-extensions-manager.c (load_file_from_monitor): make len + a gsize rather than an int to fix compilation on 64-bit systems. + 2004-11-11 Xan Lopez <xan@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: |