Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/03566a1182809c00b1df4060645d17315e55660f
...commit
http://git.netsurf-browser.org/netsurf.git/commit/03566a1182809c00b1df4060645d17315e55660f
...tree
http://git.netsurf-browser.org/netsurf.git/tree/03566a1182809c00b1df4060645d17315e55660f
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=03566a1182809c00b1df4060645d17315e55660f
commit 03566a1182809c00b1df4060645d17315e55660f
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
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
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org