Fallback to URI for delayed page if there's no title

This commit is contained in:
Christian Dywan 2011-07-28 22:58:16 +02:00
parent abe60b164b
commit 0b880b8a9b

View file

@ -3899,7 +3899,7 @@ midori_view_set_uri (MidoriView* view,
{
katze_assign (view->uri, g_strdup (&uri[6]));
midori_view_display_error (
view, view->uri, view->title,
view, view->uri, view->title ? view->title : view->uri,
_("Page loading delayed"),
_("Loading delayed either due to a recent crash or startup preferences."),
_("Load Page"),