Don't ignore unset title but fallback to the URI
This commit is contained in:
parent
82e6fa3808
commit
4b272c0459
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ midori_view_set_title (MidoriView* view, const gchar* title)
|
|||
const gchar* display_title;
|
||||
|
||||
if (!title)
|
||||
return;
|
||||
title = view->uri;
|
||||
|
||||
katze_assign (view->title, g_strdup (title));
|
||||
|
||||
|
|
Loading…
Reference in a new issue