Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/6ecf0c2c6a2f5b63c77589719f855e02faefe8be
...commit
http://git.netsurf-browser.org/netsurf.git/commit/6ecf0c2c6a2f5b63c77589719f855e02faefe8be
...tree
http://git.netsurf-browser.org/netsurf.git/tree/6ecf0c2c6a2f5b63c77589719f855e02faefe8be
The branch, master has been updated
via 6ecf0c2c6a2f5b63c77589719f855e02faefe8be (commit)
via 8ad21395be32d2eb369409cc711f0217289ebce7 (commit)
from d0da09a7ca5a2b7878c0af4aab86efaf38d628ac (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=6ecf0c2c6a2f5b63c77589719f855e02faefe8be
commit 6ecf0c2c6a2f5b63c77589719f855e02faefe8be
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Desktop: Browser window: Squash theme install start warning.
diff --git a/desktop/browser_window.c b/desktop/browser_window.c
index 7b553f4..38ae774 100644
--- a/desktop/browser_window.c
+++ b/desktop/browser_window.c
@@ -63,6 +63,10 @@
#include "desktop/knockout.h"
#include "desktop/browser_history.h"
+#ifdef WITH_THEME_INSTALL
+#include "desktop/theme.h"
+#endif
+
/**
* smallest scale that can be applied to a browser window
*/
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=8ad21395be32d2eb369409cc711f0217289ebce7
commit 8ad21395be32d2eb369409cc711f0217289ebce7
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
About: Chart: Squash implicit declaration of strndup.
diff --git a/content/fetchers/about/chart.c b/content/fetchers/about/chart.c
index 1565c54..8dae445 100644
--- a/content/fetchers/about/chart.c
+++ b/content/fetchers/about/chart.c
@@ -33,6 +33,7 @@
#include <math.h>
#include <stdio.h>
+#include "utils/config.h"
#include "netsurf/inttypes.h"
#include "utils/utils.h"
#include "utils/errors.h"
-----------------------------------------------------------------------
Summary of changes:
content/fetchers/about/chart.c | 1 +
desktop/browser_window.c | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/content/fetchers/about/chart.c b/content/fetchers/about/chart.c
index 1565c54..8dae445 100644
--- a/content/fetchers/about/chart.c
+++ b/content/fetchers/about/chart.c
@@ -33,6 +33,7 @@
#include <math.h>
#include <stdio.h>
+#include "utils/config.h"
#include "netsurf/inttypes.h"
#include "utils/utils.h"
#include "utils/errors.h"
diff --git a/desktop/browser_window.c b/desktop/browser_window.c
index 7b553f4..38ae774 100644
--- a/desktop/browser_window.c
+++ b/desktop/browser_window.c
@@ -63,6 +63,10 @@
#include "desktop/knockout.h"
#include "desktop/browser_history.h"
+#ifdef WITH_THEME_INSTALL
+#include "desktop/theme.h"
+#endif
+
/**
* smallest scale that can be applied to a browser window
*/
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]