[poppler] glib/poppler-annot.cc

Inigo Martinez inigomartinez at kemper.freedesktop.org
Sun Mar 23 05:18:40 PDT 2008


 glib/poppler-annot.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 22f615aee488cc363a078330861e80f389f47061
Author: Iñigo Martínez <inigomartinez at gmail.com>
Date:   Sun Mar 23 13:22:07 2008 +0100

    Fixed wrong functions.
    
    Signed-off-by: Iñigo Martínez <inigomartinez at gmail.com>

diff --git a/glib/poppler-annot.cc b/glib/poppler-annot.cc
index 3dc5c22..7424045 100644
--- a/glib/poppler-annot.cc
+++ b/glib/poppler-annot.cc
@@ -721,8 +721,8 @@ poppler_annot_callout_line_get_type (void)
 
   if (our_type == 0)
     our_type = g_boxed_type_register_static ("PopplerAnnotCalloutLine",
-                                             (GBoxedCopyFunc) poppler_rectangle_copy,
-                                             (GBoxedFreeFunc) poppler_rectangle_free);
+                                             (GBoxedCopyFunc) poppler_annot_callout_line_copy,
+                                             (GBoxedFreeFunc) poppler_annot_callout_line_free);
 
   return our_type;
 }


More information about the poppler mailing list