From 67269d543a11fffe3d0a32586a0e1c7a8c387e69 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 14 Nov 2005 15:29:12 +0000 Subject: [PATCH] fixed function signature. 2005-11-14 Rodrigo Moya * theme-method.c (do_tell): fixed function signature. --- vfs-methods/themus/ChangeLog | 4 ++++ vfs-methods/themus/theme-method.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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),