From e643c38f5de6328ed55edaaf4a28006f8153de63 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 18:10:55 +0100 Subject: fix guessing RTL or LTR lang is no more loaded by default. rather than load it, just use mygtk3... --- Rpmdrake/gui.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake') diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm index 793b662e..b4bb39ba 100644 --- a/Rpmdrake/gui.pm +++ b/Rpmdrake/gui.pm @@ -188,7 +188,7 @@ sub get_main_text { ugtk3::markup_to_TextView_format( # force align "name - summary" to the right with RTL languages (#33603): - if_(lang::text_direction_rtl(), "\x{200f}") . + if_(mygtk3::text_direction_rtl(), "\x{200f}") . join("\n", format_header(join(' - ', $name, $summary)) . # workaround gtk+ bug where GtkTextView wronly limit embedded widget size to bigger line's width (#25533): -- cgit v1.2.1