xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #02665
[Merge] lp:~crahan/xubuntu-artwork/xubuntu-artwork into lp:xubuntu-artwork
Thomas Bouve has proposed merging lp:~crahan/xubuntu-artwork/xubuntu-artwork into lp:xubuntu-artwork.
Requested reviews:
Xubuntu Artwork (xubuntu-art)
For more details, see:
https://code.launchpad.net/~crahan/xubuntu-artwork/xubuntu-artwork/+merge/205491
Initialised the msgs_line array with empty Sprites so the messageHandler function prints the status messages in the correct order (starting at the bottom of the screen, pushing the older messages up).
--
https://code.launchpad.net/~crahan/xubuntu-artwork/xubuntu-artwork/+merge/205491
Your team Xubuntu Artwork is requested to review the proposed merge of lp:~crahan/xubuntu-artwork/xubuntu-artwork into lp:xubuntu-artwork.
=== modified file 'lib/plymouth/themes/xubuntu-logo/xubuntu-logo.script'
--- lib/plymouth/themes/xubuntu-logo/xubuntu-logo.script 2013-09-20 12:43:53 +0000
+++ lib/plymouth/themes/xubuntu-logo/xubuntu-logo.script 2014-02-08 23:11:42 +0000
@@ -115,6 +115,11 @@
//full_msg = "";
msgs_line;
+msgs_line[0] = Sprite(Image.Text("", 1, 1, 1));
+msgs_line[1] = Sprite(Image.Text("", 1, 1, 1));
+msgs_line[2] = Sprite(Image.Text("", 1, 1, 1));
+msgs_line[3] = Sprite(Image.Text("", 1, 1, 1));
+msgs_line[4] = Sprite(Image.Text("", 1, 1, 1));
/**/
Follow ups