summaryrefslogtreecommitdiff
path: root/modules/arabic/arabic-ft2.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/arabic/arabic-ft2.c')
-rw-r--r--modules/arabic/arabic-ft2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arabic/arabic-ft2.c b/modules/arabic/arabic-ft2.c
index 2eb895ef..3849851b 100644
--- a/modules/arabic/arabic-ft2.c
+++ b/modules/arabic/arabic-ft2.c
@@ -90,7 +90,7 @@ get_ruleset (PangoFont *font)
return NULL;
}
- info = pango_ot_info_new (face);
+ info = pango_ot_info_get (face);
ruleset = pango_ot_ruleset_new (info);
if (!info)