This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, pywrap has been updated via 14fc5c33518764dfb5a938c5aa5a38ce4810badf (commit) from 1815d235fb569edde9ce1a16bc0df773cbd6e51b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/14fc5c33518764dfb5a938c5aa5a38ce4810b...
commit 14fc5c33518764dfb5a938c5aa5a38ce4810badf Author: Tomas Gavenciak gavento@ucw.cz Date: Fri Feb 24 22:16:08 2012 +0100
pywrap: minor fix
diff --git a/pylib/gfxprim/core/_extend_context.py b/pylib/gfxprim/core/_extend_context.py index 340e142..e012b3f 100644 --- a/pylib/gfxprim/core/_extend_context.py +++ b/pylib/gfxprim/core/_extend_context.py @@ -64,7 +64,7 @@ def extend_context(_context): @extend(_context) def RGBToPixel(self, r, g, b): "Convert RGB888 (values 0-255) to context pixel type." - return GP_RGBToPixel(r, g, b, self.pixel_type) + return core_c.GP_RGBToPixel(int(r), int(g), int(b), self.pixel_type)
@extend(_context) def RGBAToPixel(self, r, g, b):
-----------------------------------------------------------------------
Summary of changes: pylib/gfxprim/core/_extend_context.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.