From 725a91f5fa33440c71efb09f8aea70630392e05a Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Wed, 7 Mar 2012 18:33:26 +0200 Subject: ephy-history-view: remove unneeded unselect_all() This breaks selection in _BROWSE mode, and we don't really need it anyway. --- lib/widgets/ephy-history-view.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/widgets/ephy-history-view.c b/lib/widgets/ephy-history-view.c index 2db3499c3..461d308a2 100644 --- a/lib/widgets/ephy-history-view.c +++ b/lib/widgets/ephy-history-view.c @@ -75,8 +75,7 @@ ephy_history_view_button_press (GtkWidget *treeview, g_signal_emit_by_name (treeview, "popup_menu", &retval); } gtk_tree_path_free (path); - } else - gtk_tree_selection_unselect_all (selection); + } return FALSE; } -- cgit v1.2.3