]> spindle.queued.net Git - midori/commitdiff
Don't limit search engines shown in completion popup
authorChristian Dywan <christian@twotoasts.de>
Sun, 20 Feb 2011 19:07:29 +0000 (20:07 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 20 Feb 2011 19:07:29 +0000 (20:07 +0100)
midori/midori-locationaction.c

index 000fec24dddb2f2b76eadd0071a1913f5cf7c2cf..d54ac4307c4cf645f9632280569c9fd6101e1b88 100644 (file)
@@ -505,8 +505,6 @@ midori_location_action_popup_timeout_cb (gpointer data)
             g_free (uri);
             g_free (title);
             i++;
-            if (i > 4)
-                break;
         }
         searches += i;
     }