Don't limit search engines shown in completion popup

This commit is contained in:
Christian Dywan 2011-02-20 20:07:29 +01:00
parent 912637025c
commit a205df3970

View file

@ -505,8 +505,6 @@ midori_location_action_popup_timeout_cb (gpointer data)
g_free (uri); g_free (uri);
g_free (title); g_free (title);
i++; i++;
if (i > 4)
break;
} }
searches += i; searches += i;
} }