On 4/27/05, Alexander Larsson <[EMAIL PROTECTED]> wrote:
> Also, if anyone would like to look into removing thumbnails
> automatically when nautilus removes/moves files that would be much
> appreciated.

libnautilus-private/nautilus-file-operations.c: in
sync_transfer_callback, line 1708:

                case GNOME_VFS_XFER_PHASE_DELETESOURCE:
                        g_assert (progress_info->source_name != NULL);
                        if (progress_info->top_level_item) {
                                
nautilus_file_changes_queue_schedule_metadata_remove 
                                        (progress_info->source_name);
                        }
                        nautilus_file_changes_queue_file_removed 
(progress_info->source_name);
                        break;

I don't understand why progress_info->top_level_item is always
zero here, even if I'm shift-deleting a single file. It seems that 
nautilus_file_changes_queue_schedule_metadata_remove is
just never called?

pHilipp
--
nautilus-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/nautilus-list

Reply via email to