From: Christian Dywan Date: Thu, 7 May 2009 21:08:13 +0000 (+0200) Subject: Fix opening any page when having the speed dial open X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0c069730f5ee417c18bd70c1098fb72d4986226;p=midori Fix opening any page when having the speed dial open --- diff --git a/midori/midori-view.c b/midori/midori-view.c index da260ec6..00723fc8 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -1903,7 +1903,7 @@ midori_view_set_uri (MidoriView* view, if (!view->web_view) midori_view_construct_web_view (view); - if (midori_view_is_blank (view)) + if (!g_strcmp0 (uri, "")) { SoupServer* res_server; guint port;