comparison src/utilops.c @ 784:16b3a5c8aedc

new notification system (used only in vflist for now)
author nadvornik
date Wed, 04 Jun 2008 21:12:47 +0000
parents d6a7fb4b8e7c
children 99ea3d973ad3
comparison
equal deleted inserted replaced
783:d6a7fb4b8e7c 784:16b3a5c8aedc
274 break; 274 break;
275 case FILEDATA_CHANGE_UNSPECIFIED: 275 case FILEDATA_CHANGE_UNSPECIFIED:
276 /* FIXME */ 276 /* FIXME */
277 break; 277 break;
278 } 278 }
279
280
281 /* this is the new way: */
282 file_data_send_notification(fd);
279 } 283 }
280 284
281 void file_data_sc_notify_ci(FileData *fd) 285 void file_data_sc_notify_ci(FileData *fd)
282 { 286 {
283 GList *work; 287 GList *work;