[Xfce4-commits] <midori:master> Fix the order of search engines in the completion

Christian Dywan noreply at xfce.org
Sat Jan 30 17:40:05 CET 2010


Updating branch refs/heads/master
         to 5472c5d5dfe327f610cc6eeec1b768147aca93ad (commit)
       from a436234edb8f18e112cec5b83770632eb35817e3 (commit)

commit 5472c5d5dfe327f610cc6eeec1b768147aca93ad
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Jan 30 17:39:32 2010 +0100

    Fix the order of search engines in the completion

 midori/midori-locationaction.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c
index bc47d38..59b8d3c 100644
--- a/midori/midori-locationaction.c
+++ b/midori/midori-locationaction.c
@@ -466,7 +466,7 @@ midori_location_action_popup_timeout_cb (gpointer data)
             uri = sokoke_search_uri (katze_item_get_uri (item), action->key);
             title = g_strdup_printf (_("Search with %s"), katze_item_get_name (item));
             style = gtk_widget_get_style (action->treeview);
-            gtk_list_store_insert_with_values (store, NULL, matches,
+            gtk_list_store_insert_with_values (store, NULL, matches + i,
                 URI_COL, uri, TITLE_COL, title, YALIGN_COL, 0.25,
                 BACKGROUND_COL, style ? &style->bg[GTK_STATE_NORMAL] : NULL,
                 FAVICON_COL, NULL, -1);



More information about the Xfce4-commits mailing list