diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-07 15:55:23 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-07 15:55:23 +0000 |
commit | 20d26526a13efda844339c04eeb5dd9a0a2037b6 (patch) | |
tree | 3bfcd1eac1c540c19514fadd06e15f75ff022b1a /common/plymouth/mdv.script | |
parent | 19654248212c153b73060d8e0c0f42311db2cc6b (diff) | |
download | theme-20d26526a13efda844339c04eeb5dd9a0a2037b6.tar theme-20d26526a13efda844339c04eeb5dd9a0a2037b6.tar.gz theme-20d26526a13efda844339c04eeb5dd9a0a2037b6.tar.bz2 theme-20d26526a13efda844339c04eeb5dd9a0a2037b6.tar.xz theme-20d26526a13efda844339c04eeb5dd9a0a2037b6.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r477 | dmorgan | 2011-02-07 15:55:23 +0000 (Mon, 07 Feb 2011) | 1 line
Import mageia-theme
------------------------------------------------------------------------
Diffstat (limited to 'common/plymouth/mdv.script')
-rw-r--r-- | common/plymouth/mdv.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/plymouth/mdv.script b/common/plymouth/mdv.script index 0a60df9..fda7b0a 100644 --- a/common/plymouth/mdv.script +++ b/common/plymouth/mdv.script @@ -39,7 +39,7 @@ if (Plymouth.GetMode() == "suspend" || Plymouth.GetMode() == "resume") { Window.SetBackgroundBottomColor(0, 1, 0); } else { - logo.original_image = ImageNew("logo_mandriva.png"); + logo.original_image = ImageNew("logo_mageia.png"); background.original_image = ImageNew("background.png"); Window.SetBackgroundTopColor(0.234, 0.43, 0.705); Window.SetBackgroundBottomColor(0.16, 0.25, 0.44); |