aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2004-11-11 13:36:57 +0800
committerJames Henstridge <jamesh@src.gnome.org>2004-11-11 13:36:57 +0800
commit5505c32b141fceaf735431b6b04b34a706ac6839 (patch)
tree5a54f2ebcd7e343b57f9ae6b69e2e6af068081fe /ChangeLog
parent9bffc9190fae704747c284b04c7722d8f2fb1b17 (diff)
downloadgsoc2013-epiphany-5505c32b141fceaf735431b6b04b34a706ac6839.tar
gsoc2013-epiphany-5505c32b141fceaf735431b6b04b34a706ac6839.tar.gz
gsoc2013-epiphany-5505c32b141fceaf735431b6b04b34a706ac6839.tar.bz2
gsoc2013-epiphany-5505c32b141fceaf735431b6b04b34a706ac6839.tar.lz
gsoc2013-epiphany-5505c32b141fceaf735431b6b04b34a706ac6839.tar.xz
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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d6192ca0..2497d2f77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: