]> spindle.queued.net Git - midori/commitdiff
Let hovering completion suggestions select rows
authorChristian Dywan <christian@twotoasts.de>
Wed, 20 Jan 2010 20:28:44 +0000 (21:28 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 20 Jan 2010 20:28:44 +0000 (21:28 +0100)
midori/midori-locationaction.c

index fd0d33c670006d7e4a0b4b6799c380873e1d9208..1c9905266bdbc0a8c8916772510d7c2ad3155c64 100644 (file)
@@ -378,8 +378,8 @@ midori_location_action_popup_timeout_cb (gpointer data)
         gtk_container_add (GTK_CONTAINER (popup), scrolled);
         treeview = gtk_tree_view_new_with_model (model);
         gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (treeview), FALSE);
+        gtk_tree_view_set_hover_selection (GTK_TREE_VIEW (treeview), TRUE);
         gtk_container_add (GTK_CONTAINER (scrolled), treeview);
-        /* FIXME: Handle hovering rows */
         g_signal_connect (treeview, "button-press-event",
             G_CALLBACK (midori_location_action_treeview_button_press_cb), action);
         action->treeview = treeview;