Skip to content
Snippets Groups Projects
Commit 048e583d authored by Jannis Pohlmann's avatar Jannis Pohlmann
Browse files

* thunar/thunar-standard-view.c: Restore the selection after deleting

	  a file/folder. This is done by connecting to the "row-deleted"
	  signal of the model twice. The first handler saves the tree path to
	  be selected after the removal in the selection_before_delete member.
	  The second handler (which is called after the signal is emitted)
	  selects this path. Selection is not modified if there are two or
	  more files selected.

(Old svn revision: 28902)
parent 985dddc3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment