5.9.9-alt8

- typo in plymouth script fixed
This commit is contained in:
Anton V. Boyarshinov 2010-11-13 12:00:01 +03:00
parent 434e3e45be
commit e20902d82a
2 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Name: branding-%brand-%theme
Version: 5.9.9
Release: alt7
Release: alt8
BuildArch: noarch
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-droid
@ -373,6 +373,9 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
%_desktopdir/indexhtml.desktop
%changelog
* Sat Nov 13 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt8
- typo in plymouth script fixed
* Fri Nov 12 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt7
- migration from bootsplash to plymouth

View File

@ -9,7 +9,7 @@ fun imgscale( image, scale )
if( Window.GetWidth()/Window.GetHeight() > 1.5 )
{
logo.raw = Image("background16x9.png");
logo.image = imgscale( logo.raw, Window.GetWidth() / logo.raw.GetWidht() );
logo.image = imgscale( logo.raw, Window.GetWidth()/logo.raw.GetWidth() );
}
else
{