diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-05-24 14:56:27 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-05-24 14:56:27 +0000 |
commit | 712c660d4cfed8ddacb06745873b2e5413fba836 (patch) | |
tree | a69b129c9d551d870935fdf6c97c989b593c2dbe | |
parent | 1c726a10b10f26780896615cca3821bd27ad7bed (diff) | |
download | draklive-install-712c660d4cfed8ddacb06745873b2e5413fba836.tar draklive-install-712c660d4cfed8ddacb06745873b2e5413fba836.tar.gz draklive-install-712c660d4cfed8ddacb06745873b2e5413fba836.tar.bz2 draklive-install-712c660d4cfed8ddacb06745873b2e5413fba836.tar.xz draklive-install-712c660d4cfed8ddacb06745873b2e5413fba836.zip |
call set_wm_hints_if_needed to avoid oversized windows in matchbox
-rwxr-xr-x | draklive-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/draklive-install b/draklive-install index ab4cfca..b2e44ad 100755 --- a/draklive-install +++ b/draklive-install @@ -47,6 +47,7 @@ sub install_live() { $::isWizard = 1; $::Wizard_no_previous = 1; $::Wizard_pix_up = "MandrivaOne-install-icon"; + any::set_wm_hints_if_needed($in); my $all_hds = {}; my $fstab = []; |