Skip to content
Snippets Groups Projects
Commit 174eb196 authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2006-09-13 Benedikt Meurer <benny@xfce.org>

	* thunar-vfs/thunar-vfs-monitor.c, thunar/thunar-standard-view.c:
	  Fix several race conditions that were introduced over time and
	  prevented the "new-files" job handling from working properly with
	  Gamin and automatic folder reload. Bug #2199.
	* thunar/thunar-file.c: The file must not be dropped from the hash
	  table in the dispose() function, but only when finalize is called,
	  because dispose() may be invoked more than once and hence we might
	  drop a newly created ThunarFile object with the same path from
	  the hash table.




(Old svn revision: 23149)
parent 6554f5f2
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