From: Charlie Brej Date: Sun, 22 Nov 2009 21:19:52 +0000 (+0000) Subject: [script] Fix typo in SetBackgroundBottomColor function name X-Git-Tag: 0.8.0~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cdb6e330aeb8713f9c86861321c82fc4f508d1d;p=thirdparty%2Fplymouth.git [script] Fix typo in SetBackgroundBottomColor function name This is in the compatibility wrappers so it didn't effect anything.. --- diff --git a/src/plugins/splash/script/script-lib-sprite.script b/src/plugins/splash/script/script-lib-sprite.script index eab0142e..f1012d04 100644 --- a/src/plugins/splash/script/script-lib-sprite.script +++ b/src/plugins/splash/script/script-lib-sprite.script @@ -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); }