]> www.fi.muni.cz Git - evince.git/commitdiff
Fix typo in function name.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 3 Feb 2007 13:37:51 +0000 (13:37 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sat, 3 Feb 2007 13:37:51 +0000 (13:37 +0000)
2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
* libdocument/ev-document.h:
Fix typo in function name.

svn path=/trunk/; revision=2289

ChangeLog
libdocument/ev-document.h

index bb90356bacca3dda17781a33a9d9b368bf83e0d4..bf1defbb8dc47ff935053b3fc70f232a39c1328d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * libdocument/ev-document.h:
+
+       Fix typo in function name. 
+
 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/ps/ps-document.c: (ps_interpreter_finished),
index 828ca256b799c1a90c3e22e46400d7dfc099a1bd..33b7f4d3a09b54563579769ff63fd830dc65e8a4 100644 (file)
@@ -104,7 +104,7 @@ void            ev_document_doc_mutex_lock   (void);
 void            ev_document_doc_mutex_unlock (void);
 
 /* FontConfig mutex */
-GMutex         *ev_document_fc_doc_mutex    (void);
+GMutex         *ev_document_get_fc_mutex    (void);
 void            ev_document_fc_mutex_lock   (void);
 void            ev_document_fc_mutex_unlock (void);