summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-20 11:34:03 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-20 11:34:03 +0000
commitb0ada72c9f450f80fa56601b7f330476f68cc9ad (patch)
treed16fdef79027f111bc6194931923b79966fafd15 /perl-install/install_gtk.pm
parent5ba2f664af131206fb1b728ed10996fe75051f64 (diff)
downloaddrakx-backup-do-not-use-b0ada72c9f450f80fa56601b7f330476f68cc9ad.tar
drakx-backup-do-not-use-b0ada72c9f450f80fa56601b7f330476f68cc9ad.tar.gz
drakx-backup-do-not-use-b0ada72c9f450f80fa56601b7f330476f68cc9ad.tar.bz2
drakx-backup-do-not-use-b0ada72c9f450f80fa56601b7f330476f68cc9ad.tar.xz
drakx-backup-do-not-use-b0ada72c9f450f80fa56601b7f330476f68cc9ad.zip
fix set_default_direction() call
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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);