This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch debian/master in repository planetblupi.
commit 5a3b3ebf87b4808d130ba769344d150b91bd14b5 Author: Mathieu Schroeter <[email protected]> Date: Thu Nov 2 17:47:24 2017 +0100 Improve no music button position, thanks to @JesseRoxII - It fixes issue #43. --- src/event.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event.cxx b/src/event.cxx index 106e294..c574663 100644 --- a/src/event.cxx +++ b/src/event.cxx @@ -1259,7 +1259,7 @@ static Phase table[] = { EV_BUTTON1, 0, {1, 40}, - 170 + 42 * 1, 30 + 42 * 0, + 11, 101, { translate ("No music") }, }, { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/planetblupi.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

