diff src/typedefs.h @ 1660:da8afd03152f

improved file list update priority - update list with lower priority than the priority of file operations - make sure that it is updated at least once per 2 seconds
author nadvornik
date Sun, 21 Jun 2009 20:14:53 +0000
parents 66bf394d162a
children c5c7e19fbb23
line wrap: on
line diff
--- a/src/typedefs.h	Sun Jun 21 13:28:02 2009 +0000
+++ b/src/typedefs.h	Sun Jun 21 20:14:53 2009 +0000
@@ -752,6 +752,7 @@
 	
 	/* refresh */
 	guint refresh_idle_id; /* event source id */
+	time_t time_refresh_set; /* time when refresh_idle_id was set */
 
 	/* file list for edit menu */
 	GList *editmenu_fd_list;