GNOME Bugzilla – Bug 526398
Moving/copying files from preview area
Last modified: 2008-04-19 14:03:30 UTC
Dragging a photo/video from the preview area to nautilus should copy the file. There should be a gconf key which would let you change the copy action to move. [Maybe this was even possible with gnomevfs. In this case, it's even a regression. See attached screenshot for what's happening right now when doing this]
Created attachment 108692 [details] Screenshot
yeah, it was with gnomevfs...
Created attachment 109534 [details] [review] patch This happens because you need to build a list of valid URIs on DnD, and you store paths in the model (which should be fine because Cheese always saves locally the temp shots if I understood correctly the code). Attached patch solves this by appending "file://" before each path when building the URI list for DnD.
unfair.. i looked around for 2 days, and you fix it in one hour.. ;) cosimo, thanks! commited to trunk and gnome-22-branch