Gitweb links:

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

The branch, master has been updated
       via  634b8f642e10dbb3c2c08281cea5170cf50ed785 (commit)
      from  3b631f473b46ab226d247b365a33187febec6c60 (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/commitdiff/634b8f642e10dbb3c2c08281cea5170cf50ed785
commit 634b8f642e10dbb3c2c08281cea5170cf50ed785
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Don't need to set everything to zero since it's static

diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c
index 7973cc7..2b00367 100644
--- a/gtk/scaffolding.c
+++ b/gtk/scaffolding.c
@@ -162,8 +162,7 @@ nsgtk_scaffolding *scaf_list = NULL;
 
 /** holds the context data for what's under the pointer, when the contextual
  *  menu is opened. */
-static struct contextual_content current_menu_ctx = {
-               NULL, NULL, NULL, CTX_FORM_NONE };
+static struct contextual_content current_menu_ctx;
 
 
 /**


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

Summary of changes:
 gtk/scaffolding.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c
index 7973cc7..2b00367 100644
--- a/gtk/scaffolding.c
+++ b/gtk/scaffolding.c
@@ -162,8 +162,7 @@ nsgtk_scaffolding *scaf_list = NULL;
 
 /** holds the context data for what's under the pointer, when the contextual
  *  menu is opened. */
-static struct contextual_content current_menu_ctx = {
-               NULL, NULL, NULL, CTX_FORM_NONE };
+static struct contextual_content current_menu_ctx;
 
 
 /**


-- 
NetSurf Browser

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

Reply via email to