From aaf367e6ca143eb22deeee902cbb9955de68305b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 14 Jul 2003 09:51:37 +0000 Subject: We use g_list_prepend to create selections now (in We use g_list_prepend to create selections now (in ephy_node_view_get_selection() and inside pdm_cmd_delete_selection), so the last element selected is the first in the list and we need to use g_list_first instead of _last to make intelligent selection after removal work on multiple selections. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1d7810fbf..ce99d5e1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-07-14 Xan Lopez + + * lib/widgets/ephy-node-view.c: (ephy_node_view_remove): + * src/pdm-dialog.c: (pdm_cmd_delete_selection): + + We use g_list_prepend to create selections now (in ephy_node_view_get_selection() + and inside pdm_cmd_delete_selection), so the last element selected is the first in + the list and we need to use g_list_first instead of _last to make intelligent selection + after removal work on multiple selections. + 2003-07-14 Xan Lopez * src/pdm-dialog.c: (pdm_cmd_delete_selection): -- cgit v1.2.3