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

2005-09-06 Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-list-model.c: Don't emit the "row-inserted" and
	  "row-deleted" signals when changing folders unless somebody
	  is actually interested in these signals.
	* thunar/thunar-list-model.c(thunar_list_model_set_folder): Actually
	  specify the correct path when deleting the previous items from the
	  model.
	* thunar/thunar-local-folder.c(thunar_local_folder_file_destroy): No
	  need to request a new list from GLib here.
	* thunar/thunar-local-folder.c(thunar_local_folder_infos_ready): Don't
	  add new files to two lists. Instead add them to one temporary list
	  and append the temporary list to the internal list later.
	* thunar/thunar-local-file.c(thunar_local_file_get_for_info): Fix an
	  invalid instance cast check.
	* thunar/thunar-file.c: Manage the file cache directly without using
	  weak references to avoid problems and save memory (weak references
	  are allocated in the GObject dataset).




(Old svn revision: 17436)
parent c6b279a1
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