projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d222400
)
fix title after going back to a local file
author
Benjamin Petrenko
<benjamin.petrenko@gmail.com>
Fri, 17 Jul 2015 13:45:53 +0000
(16:45 +0300)
committer
Benjamin Petrenko
<benjamin.petrenko@gmail.com>
Fri, 17 Jul 2015 13:45:53 +0000
(16:45 +0300)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
cc3fc85
..
5fa53c2
100644
(file)
--- 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);