Efsd update...

SVN revision: 4528
This commit is contained in:
cpk 2001-04-07 18:27:00 +00:00 committed by cpk
parent 761a2815d4
commit 57cc6bd68a
1 changed files with 2 additions and 2 deletions

View File

@ -788,8 +788,8 @@ e_view_set_dir(E_View *v, char *dir)
/* v->monitor_id = efsd_start_monitor(e_fs_get_connection(), v->dir); */
v->monitor_id = efsd_start_monitor(e_fs_get_connection(), v->dir,
2, efsd_op_get_stat(),
efsd_op_get_filetype());
efsd_ops(2, efsd_op_get_stat(),
efsd_op_get_filetype()));
v->is_listing = 1;
v->changed = 1;
}