Don't set empty title is none is found.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 5 May 2017 23:55:27 +0000 (01:55 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 5 May 2017 23:55:27 +0000 (01:55 +0200)
commited4b63cbc6e677fa8d1be009985d175212f60af3
tree14666ef98b9e63b5a50bcea2d7d29cab292ade43
parent48e55c8fc865995c354086a275100da947fb3500
Don't set empty title is none is found.

In case a page without a title or a none html file which can be shown is
opened, webkit informed us about the title change to empty string. But
no window title is no good idea, especial in case vimb runs within
tabbed and there are multiple unnamed tabs.
So we set the webview title only if it's not empty.
src/main.c