fixed function signature.
2005-11-14 Rodrigo Moya <rodrigo@novell.com> * theme-method.c (do_tell): fixed function signature.
This commit is contained in:
parent
564a9d03aa
commit
67269d543a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-11-14 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
* theme-method.c (do_tell): fixed function signature.
|
||||
|
||||
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* theme-method.c: (do_open): Remove unused var.
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue