From 24204c12985aeb968e8d96ce5f26e425dc144f89 Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Wed, 10 Oct 2001 14:59:28 +0000 Subject: [PATCH] Add call to set iface. * atk/atktext.c (atk_text_get_default_attributes): Add call to set iface. --- ChangeLog | 3 +++ atk/atktext.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 973a3f2..757d3c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * atk/atktext.c (atk_text_get_run_attributes): Correct typo. + * atk/atktext.c (atk_text_get_default_attributes): + Add call to set iface. + 2001-10-10 Padraig O'Briain * atk/atktext.[c|h]: diff --git a/atk/atktext.c b/atk/atktext.c index 4db5c48..f55a84f 100755 --- a/atk/atktext.c +++ b/atk/atktext.c @@ -443,6 +443,8 @@ atk_text_get_default_attributes (AtkText *text) g_return_val_if_fail (ATK_IS_TEXT (text), NULL); + iface = ATK_TEXT_GET_IFACE (text); + if (iface->get_default_attributes) return (*(iface->get_default_attributes)) (text); else -- 2.7.4