]> spindle.queued.net Git - midori/commitdiff
Don't ignore unset title but fallback to the URI
authorChristian Dywan <christian@twotoasts.de>
Fri, 29 Apr 2011 00:58:45 +0000 (02:58 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 29 Apr 2011 00:58:45 +0000 (02:58 +0200)
midori/midori-view.c

index 087d4933163688846c004461ab4c77fa326b4bf9..3ccfce096a046810864af0ce8446eef7b3bd3163 100644 (file)
@@ -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));