summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-15 12:52:18 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-15 12:52:18 +0000
commit14980649d3847ffa332fd9c0e2a7c2955f6f8cd6 (patch)
tree613b5f850f8e295ccfb35d0f5ecc25143dbe4653 /perl-install/install_steps_gtk.pm
parent6fac0168a5bbd5e7ce736c3949aefe14dc75cc1c (diff)
downloaddrakx-backup-do-not-use-14980649d3847ffa332fd9c0e2a7c2955f6f8cd6.tar
drakx-backup-do-not-use-14980649d3847ffa332fd9c0e2a7c2955f6f8cd6.tar.gz
drakx-backup-do-not-use-14980649d3847ffa332fd9c0e2a7c2955f6f8cd6.tar.bz2
drakx-backup-do-not-use-14980649d3847ffa332fd9c0e2a7c2955f6f8cd6.tar.xz
drakx-backup-do-not-use-14980649d3847ffa332fd9c0e2a7c2955f6f8cd6.zip
better disabling of anti-alias, fix non-fb based start of drakx (amd64, move)
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 9279e498c..77f4b1829 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -135,7 +135,7 @@ sub new($$) {
}
OK:
$ENV{DISPLAY} = $wanted_DISPLAY;
- install_gtk::init_gtk();
+ install_gtk::init_gtk($o);
install_gtk::init_sizes();
install_gtk::install_theme($o);
install_gtk::create_logo_window($o);