Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/d84805fd515d623e7990a...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/d84805fd515d623e7990a08...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/d84805fd515d623e7990a083a...
The branch, master has been updated
via d84805fd515d623e7990a083adcf7e112c66c9ec (commit)
from 13326b27164c81d17844f81e61a3c599018073b5 (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=d84805fd515d623e799...
commit d84805fd515d623e7990a083adcf7e112c66c9ec
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
Add atari_ namespace to another global history function.
diff --git a/atari/history.c b/atari/history.c
index a33f7f0..5501b90 100755
--- a/atari/history.c
+++ b/atari/history.c
@@ -72,7 +72,7 @@ void atari_global_history_open( void )
}
}
-void global_history_close( void )
+void atari_global_history_close( void )
{
wind_close(gemtk_wm_get_handle(gl_history.window));
gl_history.open = false;
-----------------------------------------------------------------------
Summary of changes:
atari/history.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/atari/history.c b/atari/history.c
index a33f7f0..5501b90 100755
--- a/atari/history.c
+++ b/atari/history.c
@@ -72,7 +72,7 @@ void atari_global_history_open( void )
}
}
-void global_history_close( void )
+void atari_global_history_close( void )
{
wind_close(gemtk_wm_get_handle(gl_history.window));
gl_history.open = false;
--
NetSurf Browser