Don't ignore unset title but fallback to the URI

This commit is contained in:
Christian Dywan 2011-04-29 02:58:45 +02:00
parent 82e6fa3808
commit 4b272c0459

View file

@ -626,7 +626,7 @@ midori_view_set_title (MidoriView* view, const gchar* title)
const gchar* display_title; const gchar* display_title;
if (!title) if (!title)
return; title = view->uri;
katze_assign (view->title, g_strdup (title)); katze_assign (view->title, g_strdup (title));