summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-01 09:07:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-01 09:07:38 +0000
commit05cc815a368874128fdd8dce1ad079b64831c8d2 (patch)
tree01a555a4f13c9323b17f4411d69eadc715ca04aa /perl-install/install/steps_gtk.pm
parent9849bddca8379d425c5710fefef96f836f6a63bf (diff)
downloaddrakx-backup-do-not-use-05cc815a368874128fdd8dce1ad079b64831c8d2.tar
drakx-backup-do-not-use-05cc815a368874128fdd8dce1ad079b64831c8d2.tar.gz
drakx-backup-do-not-use-05cc815a368874128fdd8dce1ad079b64831c8d2.tar.bz2
drakx-backup-do-not-use-05cc815a368874128fdd8dce1ad079b64831c8d2.tar.xz
drakx-backup-do-not-use-05cc815a368874128fdd8dce1ad079b64831c8d2.zip
call drakx-matchbox-window-manager with no options
(since the options we used are the default)
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 5c1a3b956..4a66000c6 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -129,7 +129,7 @@ sub new($$) {
modules::load('xpad');
run_program::run('xset', 'm', '1/8', '1');
}
- run_program::raw({ detach => 1 }, 'drakx-matchbox-window-manager', '-display', $wanted_DISPLAY, '-theme', 'Ia Ora Smooth');
+ run_program::raw({ detach => 1 }, 'drakx-matchbox-window-manager');
install::gtk::init_gtk($o);
install::gtk::init_sizes($o);
install::gtk::install_theme($o);