[Xfce4-commits] [xfce/tumbler] 05/11: Replace the deprecated function 'gsf_msole_metadata_read' with 'gsf_doc_meta_data_read_from_msole.'
noreply at xfce.org
noreply at xfce.org
Mon May 15 13:20:33 CEST 2017
This is an automated email from the git hooks/post-receive script.
ali pushed a commit to branch master
in repository xfce/tumbler.
commit e6ca1b0a68b56094fc5576b6bf3915b26a721bb6
Author: Ali Abdallah <aliovx at gmail.com>
Date: Sat Oct 10 18:50:42 2015 +0200
Replace the deprecated function 'gsf_msole_metadata_read'
with 'gsf_doc_meta_data_read_from_msole.'
---
plugins/odf-thumbnailer/odf-thumbnailer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/odf-thumbnailer/odf-thumbnailer.c b/plugins/odf-thumbnailer/odf-thumbnailer.c
index 6a8b219..31ed9db 100644
--- a/plugins/odf-thumbnailer/odf-thumbnailer.c
+++ b/plugins/odf-thumbnailer/odf-thumbnailer.c
@@ -261,7 +261,7 @@ odf_thumbnailer_create_msole (GsfInfile *infile,
/* read meta data from stream */
meta_data = gsf_doc_meta_data_new ();
- err = gsf_msole_metadata_read (summary, meta_data);
+ err = gsf_doc_meta_data_read_from_msole (meta_data, summary);
g_object_unref (summary);
if (err != NULL)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list