diff src/utilops.c @ 792:99ea3d973ad3

added NotifyType
author nadvornik
date Fri, 06 Jun 2008 22:11:03 +0000
parents 16b3a5c8aedc
children baade53888be
line wrap: on
line diff
--- a/src/utilops.c	Fri Jun 06 21:50:09 2008 +0000
+++ b/src/utilops.c	Fri Jun 06 22:11:03 2008 +0000
@@ -279,7 +279,7 @@
 
 
 	/* this is the new way: */
-	file_data_send_notification(fd);
+	file_data_send_notification(fd, NOTIFY_TYPE_CHANGE);
 }
 
 void file_data_sc_notify_ci(FileData *fd)