efreet: formatting

SVN revision: 48027
This commit is contained in:
Sebastian Dransfeld 2010-04-15 19:19:48 +00:00
parent 1870180db1
commit 28f67a86d7
1 changed files with 12 additions and 9 deletions

View File

@ -64,8 +64,11 @@ static Ecore_Exe *efreet_desktop_exe = NULL;
static int efreet_desktop_exe_lock = -1;
static Ecore_Event_Handler *efreet_desktop_exe_handler = NULL;
static const char *cache_file = NULL;
/**
* Data for cache files
*/
static const char *cache_dirs = NULL;
static const char *cache_file = NULL;
static Eet_File *cache = NULL;
static Eet_Data_Descriptor *desktop_edd = NULL;
static Ecore_File_Monitor *cache_monitor = NULL;