Gitweb links:

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

The branch, dsilvers/forms1 has been updated
       via  f192fc62a9a59fa26f5be15a07e36a9c80d3121f (commit)
      from  2f79b302848cc25c05c3dfb80fd425f3c1d97bd8 (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/libdom.git/commit/?id=f192fc62a9a59fa26f5be15a07e36a9c80d3121f
commit f192fc62a9a59fa26f5be15a07e36a9c80d3121f
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    foldme; whitespace tweak

diff --git a/src/html/html_form_element.c b/src/html/html_form_element.c
index ca11706..b3ac05f 100644
--- a/src/html/html_form_element.c
+++ b/src/html/html_form_element.c
@@ -201,10 +201,10 @@ dom_exception 
dom_html_form_element_get_length(dom_html_form_element *ele,
        dom_html_form_controls_collection *col;
        
        err = dom_html_form_element_get_elements(ele, &col);
+
        if (err != DOM_NO_ERR)
                return err;
 
-
        err = dom_html_form_controls_collection_get_length(col, len);
        
        dom_html_form_controls_collection_unref(col);


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

Summary of changes:
 src/html/html_form_element.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/html/html_form_element.c b/src/html/html_form_element.c
index ca11706..b3ac05f 100644
--- a/src/html/html_form_element.c
+++ b/src/html/html_form_element.c
@@ -201,10 +201,10 @@ dom_exception 
dom_html_form_element_get_length(dom_html_form_element *ele,
        dom_html_form_controls_collection *col;
        
        err = dom_html_form_element_get_elements(ele, &col);
+
        if (err != DOM_NO_ERR)
                return err;
 
-
        err = dom_html_form_controls_collection_get_length(col, len);
        
        dom_html_form_controls_collection_unref(col);


-- 
Document Object Model library

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

Reply via email to