From: Peter Hofmann Date: Mon, 27 Apr 2020 17:30:01 +0000 (+0200) Subject: remote_msg should focus new tabs X-Git-Tag: v1.0.0~84 X-Git-Url: https://git.armaanb.net/?p=chorizo.git;a=commitdiff_plain;h=7a97986197e8874ea52711593fc46dd759d7e802 remote_msg should focus new tabs --- diff --git a/browser.c b/browser.c index bd21463..e87131d 100644 --- a/browser.c +++ b/browser.c @@ -1264,7 +1264,7 @@ remote_msg(GIOChannel *channel, GIOCondition condition, gpointer data) if (uri) { g_strstrip(uri); - client_new(uri, NULL, TRUE, FALSE); + client_new(uri, NULL, TRUE, TRUE); g_free(uri); } return TRUE;