]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[script] Fix typo in SetBackgroundBottomColor function name
authorCharlie Brej <cbrej@cs.man.ac.uk>
Sun, 22 Nov 2009 21:19:52 +0000 (21:19 +0000)
committerCharlie Brej <cbrej@cs.man.ac.uk>
Sun, 22 Nov 2009 21:19:52 +0000 (21:19 +0000)
This is in the compatibility wrappers so it didn't effect anything..

src/plugins/splash/script/script-lib-sprite.script

index eab0142ebaa761af5544c06ad6c9210c251a48b3..f1012d044712c07500d69d575d47046527a08c8f 100644 (file)
@@ -70,7 +70,7 @@ fun SpriteWindowSetBackgroundTopColor (red, green, blue)
 }
 
 
-fun SpriteWindowGetSetBackgroundBottomColor (red, green, blue)
+fun SpriteWindowSetBackgroundBottomColor (red, green, blue)
 {
   return Window.SetBackgroundBottomColor (red, green, blue);
 }