glib/poppler-annot.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 22f615aee488cc363a078330861e80f389f47061
Author: Iñigo MartÃnez <[EMAIL PROTECTED]>
Date: Sun Mar 23 13:22:07 2008 +0100
Fixed wrong functions.
Signed-off-by: Iñigo MartÃnez <[EMAIL PROTECTED]>
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;
}
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler