diff --git a/vfs-methods/themus/ChangeLog b/vfs-methods/themus/ChangeLog index a28f1da46..c7018248c 100644 --- a/vfs-methods/themus/ChangeLog +++ b/vfs-methods/themus/ChangeLog @@ -1,3 +1,7 @@ +2005-11-14 Rodrigo Moya + + * theme-method.c (do_tell): fixed function signature. + 2005-11-14 Kjartan Maraas * theme-method.c: (do_open): Remove unused var. diff --git a/vfs-methods/themus/theme-method.c b/vfs-methods/themus/theme-method.c index 2d52a8eab..b7ffbe2a2 100644 --- a/vfs-methods/themus/theme-method.c +++ b/vfs-methods/themus/theme-method.c @@ -476,7 +476,7 @@ do_seek(GnomeVFSMethod *method, static GnomeVFSResult do_tell(GnomeVFSMethod *method, GnomeVFSMethodHandle *method_handle, - GnomeVFSFileOffset *offset_return) + GnomeVFSFileSize *offset_return) { return gnome_vfs_tell( (GnomeVFSHandle*)(((ThemeHandle*)(method_handle))->handle),