GNOME Bugzilla – Bug 312085
Cannot move files around in CD burner window
Last modified: 2005-08-08 21:15:13 UTC
Please describe the problem: When burning a CD, files can be added to the "CD burner" window for burning. It is not possible to move these around. Steps to reproduce: 1. Open CD burner window 2. Drag a file into the window for burning 3. Create a new folder in the CD burner window 4. Drag the file previously added into the folder Actual results: The file is copied into the folder Expected results: The file should be moved into the folder, allowing files to be rearranged before burning the CD. Does this happen every time? Yes Other information:
Created attachment 50075 [details] [review] patch for nautilus This patch makes nautilus use a move instead of copy or link when all the source files and target directory are within the burn:// location.
Patch sent to nautilus list for review: http://mail.gnome.org/archives/nautilus-list/2005-August/msg00002.html
2005-08-08 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-file-operations.c (nautilus_file_operations_copy_move): Allow moving files within the burn location. Fixes #312085. Patch from William Jon McCann <mccann@jhu.edu>