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 wmaker-crm.git.

The branch, next has been updated
       via  fe177c696674a106c2c7a9c1bc95bd123c7bd63e (commit)
      from  39e13982579c9be433a7a7185c2e69e30f91d5db (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/wmaker-crm.git/commit/fe177c696674a106c2c7a9c1bc95bd123c7bd63e

commit fe177c696674a106c2c7a9c1bc95bd123c7bd63e
Author: David Maciejak <[email protected]>
Date:   Thu Jul 24 11:31:27 2014 +0700

    wrlib: fix RCreateImageFromDrawable error log msg
    
    This patch is fixing the name of the function from the log message.

diff --git a/wrlib/xpixmap.c b/wrlib/xpixmap.c
index 14bed08f..b3d38533 100644
--- a/wrlib/xpixmap.c
+++ b/wrlib/xpixmap.c
@@ -155,7 +155,7 @@ RImage *RCreateImageFromDrawable(RContext * context, 
Drawable drawable, Pixmap m
        assert(drawable != None);
 
        if (!XGetGeometry(context->dpy, drawable, &baz, &foo, &foo, &w, &h, 
&bar, &bar)) {
-               printf("wrlib: invalid window or pixmap passed to 
RCreateImageFromPixmapn");
+               printf("wrlib: invalid window or pixmap passed to 
RCreateImageFromDrawablen");
                return NULL;
        }
        pimg = XGetImage(context->dpy, drawable, 0, 0, w, h, AllPlanes, 
ZPixmap);

-----------------------------------------------------------------------

Summary of changes:
 wrlib/xpixmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to [email protected].

Reply via email to