summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-28 12:49:40 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-28 12:49:40 +0000
commit2f5af12a673cf6d620c8fec16136265747ee39e6 (patch)
tree73cffa1a92d9d1079fca92f7b1753eead7b53693 /perl-install/install_gtk.pm
parent1d74c606c0484c4e8445464b65cfd921edd99d20 (diff)
downloaddrakx-backup-do-not-use-2f5af12a673cf6d620c8fec16136265747ee39e6.tar
drakx-backup-do-not-use-2f5af12a673cf6d620c8fec16136265747ee39e6.tar.gz
drakx-backup-do-not-use-2f5af12a673cf6d620c8fec16136265747ee39e6.tar.bz2
drakx-backup-do-not-use-2f5af12a673cf6d620c8fec16136265747ee39e6.tar.xz
drakx-backup-do-not-use-2f5af12a673cf6d620c8fec16136265747ee39e6.zip
fix direction setting for bidi (need perl-Gtk2-0.95-5mdk though)
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 61c3c5614..a7f1fef5c 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -76,7 +76,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);