Gitweb links:

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

The branch, master has been updated
       via  d35f61caa3c84c50971c57a9afae0de5d43956f9 (commit)
      from  ae45b18b459fa4f490501a93459e49f1f1038073 (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=d35f61caa3c84c50971c57a9afae0de5d43956f9
commit d35f61caa3c84c50971c57a9afae0de5d43956f9
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fix merge error in windows frontend

diff --git a/frontends/windows/window.c b/frontends/windows/window.c
index b4cafaa..173dfc8 100644
--- a/frontends/windows/window.c
+++ b/frontends/windows/window.c
@@ -828,7 +828,7 @@ nsws_ctx_menu(struct gui_window *gw, HWND hwnd, int x, int 
y)
        /* If the position is in the client area, display a shortcut menu. */
        if (PtInRect(&rc, pt)) {
                ClientToScreen(hwnd, &pt);
-               nsws_update_edit(w);
+               nsws_update_edit(gw);
                TrackPopupMenu(GetSubMenu(gw->rclick, 0),
                               TPM_CENTERALIGN | TPM_TOPALIGN,
                               x,


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

Summary of changes:
 frontends/windows/window.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/windows/window.c b/frontends/windows/window.c
index b4cafaa..173dfc8 100644
--- a/frontends/windows/window.c
+++ b/frontends/windows/window.c
@@ -828,7 +828,7 @@ nsws_ctx_menu(struct gui_window *gw, HWND hwnd, int x, int 
y)
        /* If the position is in the client area, display a shortcut menu. */
        if (PtInRect(&rc, pt)) {
                ClientToScreen(hwnd, &pt);
-               nsws_update_edit(w);
+               nsws_update_edit(gw);
                TrackPopupMenu(GetSubMenu(gw->rclick, 0),
                               TPM_CENTERALIGN | TPM_TOPALIGN,
                               x,


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