Fix opening any page when having the speed dial open

This commit is contained in:
Christian Dywan 2009-05-07 23:08:13 +02:00
parent e5621fc44f
commit b0c069730f

View file

@ -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;