diff options
author | Donald <schultz@mageia.org> | 2011-10-05 11:05:37 +0000 |
---|---|---|
committer | Donald <schultz@mageia.org> | 2011-10-05 11:05:37 +0000 |
commit | b7c712ebcbd25d630980a0bb63a60125b92208ee (patch) | |
tree | 61a62ed3f42418b1dc74feeda555310a9bab4ce3 /common | |
parent | a13b538cfda64b6ffb29c8a8fa7cfc2160447d1b (diff) | |
download | theme-b7c712ebcbd25d630980a0bb63a60125b92208ee.tar theme-b7c712ebcbd25d630980a0bb63a60125b92208ee.tar.gz theme-b7c712ebcbd25d630980a0bb63a60125b92208ee.tar.bz2 theme-b7c712ebcbd25d630980a0bb63a60125b92208ee.tar.xz theme-b7c712ebcbd25d630980a0bb63a60125b92208ee.zip |
add fix for bug1332 for mga1 branch
update mga1 branch to 1.5.0.18
Diffstat (limited to 'common')
-rw-r--r-- | common/plymouth/mga.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/plymouth/mga.script b/common/plymouth/mga.script index dd6bf12..f0fb428 100644 --- a/common/plymouth/mga.script +++ b/common/plymouth/mga.script @@ -1,3 +1,4 @@ + # Mga splashy like theme Window.GetMaxWidth = fun (){ @@ -414,4 +415,3 @@ fun quit_callback () } Plymouth.SetQuitFunction(quit_callback); - |