[Xfce4-commits] <midori:master> Fallback to URI for delayed page if there's no title
Christian Dywan
noreply at xfce.org
Fri Jul 29 04:32:01 CEST 2011
Updating branch refs/heads/master
to 0b880b8a9b8cafddd49ed361298d141c4962071f (commit)
from abe60b164b285e8d4c2bfdd7cf46e65e8c489754 (commit)
commit 0b880b8a9b8cafddd49ed361298d141c4962071f
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Jul 28 22:58:16 2011 +0200
Fallback to URI for delayed page if there's no title
midori/midori-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 39489ae..6cf0e92 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -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"),
More information about the Xfce4-commits
mailing list