Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/03566a1182809c00b1df4...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/03566a1182809c00b1df406...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/03566a1182809c00b1df40606...
The branch, master has been updated
via 03566a1182809c00b1df4060645d17315e55660f (commit)
from 746177ee39482cfa7ea2e2fe66efd383a16b5379 (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=03566a1182809c00b1d...
commit 03566a1182809c00b1df4060645d17315e55660f
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
completely remove use of depricated warn_user API in monkey
diff --git a/monkey/browser.c b/monkey/browser.c
index 0b850d9..4eef625 100644
--- a/monkey/browser.c
+++ b/monkey/browser.c
@@ -350,7 +350,7 @@ monkey_window_handle_new(int argc, char **argv)
}
}
if (error != NSERROR_OK) {
- warn_user(messages_get_errorcode(error), 0);
+ monkey_warn_user(messages_get_errorcode(error), 0);
}
}
-----------------------------------------------------------------------
Summary of changes:
monkey/browser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/monkey/browser.c b/monkey/browser.c
index 0b850d9..4eef625 100644
--- a/monkey/browser.c
+++ b/monkey/browser.c
@@ -350,7 +350,7 @@ monkey_window_handle_new(int argc, char **argv)
}
}
if (error != NSERROR_OK) {
- warn_user(messages_get_errorcode(error), 0);
+ monkey_warn_user(messages_get_errorcode(error), 0);
}
}
--
NetSurf Browser