Gitweb links:

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

The branch, master has been updated
       via  1d31402dcb0e056b5e66a243c5a02c28596d8684 (commit)
      from  772ebc69c95bda5e5c35ab8aedfe9049cca212b7 (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=1d31402dcb0e056b5e66a243c5a02c28596d8684
commit 1d31402dcb0e056b5e66a243c5a02c28596d8684
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Core local history: Remove debug background fill.

diff --git a/desktop/browser_history.c b/desktop/browser_history.c
index c5f2923..df95aa6 100644
--- a/desktop/browser_history.c
+++ b/desktop/browser_history.c
@@ -465,7 +465,6 @@ nserror browser_window_history_create(struct browser_window 
*bw)
        if (res != NSERROR_OK) {
                return res;
        }
-       pstyle_bg.fill_colour = 0xf888ff;
        pfstyle_node.background = pstyle_bg.fill_colour;
        pfstyle_node_sel.background = pstyle_bg.fill_colour;
 


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

Summary of changes:
 desktop/browser_history.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/desktop/browser_history.c b/desktop/browser_history.c
index c5f2923..df95aa6 100644
--- a/desktop/browser_history.c
+++ b/desktop/browser_history.c
@@ -465,7 +465,6 @@ nserror browser_window_history_create(struct browser_window 
*bw)
        if (res != NSERROR_OK) {
                return res;
        }
-       pstyle_bg.fill_colour = 0xf888ff;
        pfstyle_node.background = pstyle_bg.fill_colour;
        pfstyle_node_sel.background = pstyle_bg.fill_colour;
 


-- 
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