about summary refs log tree commit diff stats
path: root/xombrero.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-07-24 15:08:00 -0500
committerMarco Peereboom <marco@conformal.com>2012-07-24 15:08:00 -0500
commit9d6ac474a2454548a5eddaa2eac8b564eec09c72 (patch)
treea4ddcd20468f3f3605c6d58a9403a454e4dd7a28 /xombrero.c
parentb8d57558bbebccf882d2604f351174f5f7408815 (diff)
downloadxombrero-9d6ac474a2454548a5eddaa2eac8b564eec09c72.tar.gz
make warnx a show_oops
Diffstat (limited to 'xombrero.c')
-rw-r--r--xombrero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xombrero.c b/xombrero.c
index b00fd66..e8ca32a 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -5063,7 +5063,7 @@ run_mimehandler(struct tab *t, char *mime_type, WebKitNetworkRequest *request)
 	if (!g_spawn_async(NULL, sv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL,
 	    NULL, &gerr))
 		/* No show_oops here to handle "donothing" example in config */
-		warnx("%s: could not spawn process (%s)", __func__,
+		show_oops(t, "%s: could not spawn process (%s)", __func__,
 		    gerr ? gerr->message : "N/A");
 	return (0);
 }