From: Padraig O'Briain Date: Sat, 9 Mar 2002 13:25:58 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ATK_1_0_1~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b8974d37b0ffac6e5d94d7660c0409264130157;p=platform%2Fupstream%2Fatk.git Fix typo. * atk/atkhyperlink.c (atk_hyperlink_get_type): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index dc7356c..d07f485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-09 Padraig O'Briain + + * atk/atkhyperlink.c (atk_hyperlink_get_type): + Fix typo. + Thu Mar 7 23:52:51 2002 Owen Taylor * ===== Released 1.0.0 ====== diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c index 65dfe13..7be8c31 100755 --- a/atk/atkhyperlink.c +++ b/atk/atkhyperlink.c @@ -43,7 +43,7 @@ atk_hyperlink_get_type (void) (GClassInitFunc) atk_hyperlink_class_init, (GClassFinalizeFunc) NULL, NULL, - sizeof (AtkObject), + sizeof (AtkHyperlink), 0, (GInstanceInitFunc) atk_hyperlink_init, } ;