[Xfce4-commits] <midori:master> Let hovering completion suggestions select rows
Christian Dywan
noreply at xfce.org
Wed Jan 20 21:46:02 CET 2010
Updating branch refs/heads/master
to 4110b64ae8ba39ee35f89f707c00154f52272456 (commit)
from 0145cb3171cdf63922ef04a2028479229ee3cfcd (commit)
commit 4110b64ae8ba39ee35f89f707c00154f52272456
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Jan 20 21:28:44 2010 +0100
Let hovering completion suggestions select rows
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 fd0d33c..1c99052 100644
--- a/midori/midori-locationaction.c
+++ b/midori/midori-locationaction.c
@@ -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;
More information about the Xfce4-commits
mailing list