comparison src/metadata.c @ 1568:678009e94efe

fixed return from metadata_write_revert
author nadvornik
date Sun, 26 Apr 2009 09:25:52 +0000
parents c776b1310ca6
children 69abb57139f0
comparison
equal deleted inserted replaced
1567:c776b1310ca6 1568:678009e94efe
203 { 203 {
204 /* reread the metadata to restore the original value */ 204 /* reread the metadata to restore the original value */
205 file_data_increment_version(fd); 205 file_data_increment_version(fd);
206 file_data_send_notification(fd, NOTIFY_REREAD); 206 file_data_send_notification(fd, NOTIFY_REREAD);
207 } 207 }
208 return TRUE;
208 } 209 }
209 210
210 gboolean metadata_write_list(FileData *fd, const gchar *key, const GList *values) 211 gboolean metadata_write_list(FileData *fd, const gchar *key, const GList *values)
211 { 212 {
212 if (!fd->modified_xmp) 213 if (!fd->modified_xmp)