]> spindle.queued.net Git - midori/commitdiff
Make titles show URIs again instead of only about:blank
authorChristian Dywan <christian@twotoasts.de>
Sun, 12 Oct 2008 13:33:28 +0000 (15:33 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 12 Oct 2008 13:33:28 +0000 (15:33 +0200)
midori/midori-view.c

index 8303ce3615237534159a49c500267c5674156df1..e7f71c1e1c8459f98c9ec2e8f2b9c48c9f1d7393 100644 (file)
@@ -2247,7 +2247,7 @@ midori_view_get_display_title (MidoriView* view)
 {
     g_return_val_if_fail (MIDORI_IS_VIEW (view), "about:blank");
 
-    if (!view->uri || (view->title && !strcmp (view->title, "")))
+    if (midori_view_is_blank (view))
         return "about:blank";
 
     if (view->title && *view->title)