]> spindle.queued.net Git - midori/commitdiff
add patch and switch to NMU
authorYves-Alexis Perez <corsac@debian.org>
Tue, 22 Feb 2011 06:44:45 +0000 (07:44 +0100)
committerYves-Alexis Perez <corsac@debian.org>
Tue, 22 Feb 2011 06:44:45 +0000 (07:44 +0100)
Signed-off-by: Yves-Alexis Perez <corsac@debian.org>
debian/patches/0001-Don-t-limit-search-engines-shown-in-completion-popup.patch [new file with mode: 0644]

diff --git a/debian/patches/0001-Don-t-limit-search-engines-shown-in-completion-popup.patch b/debian/patches/0001-Don-t-limit-search-engines-shown-in-completion-popup.patch
new file mode 100644 (file)
index 0000000..6c2b2d8
--- /dev/null
@@ -0,0 +1,25 @@
+From a205df3970659d0956c21641d251824da2d7d2b3 Mon Sep 17 00:00:00 2001
+From: Christian Dywan <christian@twotoasts.de>
+Date: Sun, 20 Feb 2011 20:07:29 +0100
+Subject: [PATCH] Don't limit search engines shown in completion popup
+
+---
+ midori/midori-locationaction.c |    2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c
+index 000fec2..d54ac43 100644
+--- a/midori/midori-locationaction.c
++++ b/midori/midori-locationaction.c
+@@ -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;
+     }
+-- 
+1.7.4.1
+