From: Benjamin Petrenko Date: Fri, 17 Jul 2015 13:45:53 +0000 (+0300) Subject: fix title after going back to a local file X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=580b343f8d44d9c6b7ab682384e0ba90e7768120;p=vimb.git fix title after going back to a local file --- diff --git a/src/main.c b/src/main.c index cc3fc85..5fa53c2 100644 --- a/src/main.c +++ b/src/main.c @@ -746,6 +746,7 @@ static void webview_load_status_cb(WebKitWebView *view, GParamSpec *pspec) vb_update_statusbar(); set_uri(uri); + set_title(uri); /* save the current URI in register % */ vb_register_add('%', uri);