From a05fdcd4d15316f258175e9a526058bad2c8e7ea Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Sat, 23 Nov 2013 20:37:18 -0500 Subject: [PATCH] better warning for no browser --- termite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termite.cc b/termite.cc index c884332..8087cd1 100644 --- a/termite.cc +++ b/termite.cc @@ -1184,7 +1184,7 @@ static void set_config(GtkWindow *window, VteTerminal *vte, config_info *info, } if (!info->browser) { - g_warning("There is no browser configured, disabling clickable_url and url hints"); + g_warning("Couldn't read BROWSER and there is no browser configured, disabling clickable_url and url hints"); info->clickable_url = false; }