projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cbadab
)
Show webview crash to the user.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 19 Oct 2016 20:23:54 +0000
(22:23 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 19 Oct 2016 20:23:54 +0000
(22:23 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
0a158e8
..
e8c97da
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-1139,7
+1139,8
@@
static void on_webview_ready_to_show(WebKitWebView *webview, Client *c)
*/
static gboolean on_webview_web_process_crashed(WebKitWebView *webview, Client *c)
{
- g_warning("Webview Crashed on %s", webkit_web_view_get_uri(webview));
+ vb_echo(c, MSG_ERROR, FALSE, "Webview Crashed on %s", webkit_web_view_get_uri(webview));
+
return TRUE;
}