From b0ada72c9f450f80fa56601b7f330476f68cc9ad Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Jan 2004 11:34:03 +0000 Subject: fix set_default_direction() call --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index f960e9415..da176b370 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -82,7 +82,7 @@ sub load_font { my ($o) = @_; if (lang::text_direction_rtl()) { - Gtk2::Widget::set_default_direction('rtl'); + Gtk2::Widget->set_default_direction('rtl'); my ($x, $y) = $::WizardWindow->get_position; my ($width) = $::WizardWindow->get_size; $::WizardWindow->move($::rootwidth - $width - $x, $y); -- cgit v1.2.1