Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/ba0283f52694447710f483c9355e9432e1e2f9e3
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/ba0283f52694447710f483c9355e9432e1e2f9e3
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/ba0283f52694447710f483c9355e9432e1e2f9e3

The branch, master has been updated
       via  ba0283f52694447710f483c9355e9432e1e2f9e3 (commit)
      from  8de56251939951c7069c4a84e19673be8e5edddf (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 -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=ba0283f52694447710f483c9355e9432e1e2f9e3
commit ba0283f52694447710f483c9355e9432e1e2f9e3
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    RSVG content handler: Remove unused assignement.

diff --git a/content/handlers/image/rsvg.c b/content/handlers/image/rsvg.c
index d45a968..f6732e2 100644
--- a/content/handlers/image/rsvg.c
+++ b/content/handlers/image/rsvg.c
@@ -178,7 +178,6 @@ static bool rsvg_convert(struct content *c)
        if ((d->bitmap = guit->bitmap->create(c->width, c->height,
                        BITMAP_NEW)) == NULL) {
                LOG("Failed to create bitmap for rsvg render.");
-               msg_data.error = messages_get("NoMemory");
                content_broadcast_errorcode(c, NSERROR_NOMEM);
                return false;
        }


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

Summary of changes:
 content/handlers/image/rsvg.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/content/handlers/image/rsvg.c b/content/handlers/image/rsvg.c
index d45a968..f6732e2 100644
--- a/content/handlers/image/rsvg.c
+++ b/content/handlers/image/rsvg.c
@@ -178,7 +178,6 @@ static bool rsvg_convert(struct content *c)
        if ((d->bitmap = guit->bitmap->create(c->width, c->height,
                        BITMAP_NEW)) == NULL) {
                LOG("Failed to create bitmap for rsvg render.");
-               msg_data.error = messages_get("NoMemory");
                content_broadcast_errorcode(c, NSERROR_NOMEM);
                return false;
        }


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to