aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-history-view.c3
1 files changed, 1 insertions, 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;
}