GNOME Bugzilla – Bug 512492
Can't drag multiple themes at once into the preferences dialog
Last modified: 2008-01-31 03:11:22 UTC
I would expect that selecting multiple screensaver themes and dragging them into the dialog would add them all, but only the first is added. Other information:
Created attachment 103858 [details] [review] Allow multiple files to be dropped, using GIO The existing file transfer dialog was strongly oriented around copying one file at a time. Rather than launching a dozen dialogs per drop, or trying to re-architect the existing transfer dialog, I created a new one. As it happens the transfer dialog was also where almost all the GnomeVFS code was located, so I wrote the replacement in GIO to satisfy http://live.gnome.org/GioPort .
Cool. Thanks for doing this. I've only tested it lightly and it seems to work. However, it flashes onto the screen so fast I can't really see it. I wonder if we should only display the dialog if the transfer takes more than half a second or so. What do you think? Committed to trunk to get it in before freezes.
*** Bug 512483 has been marked as a duplicate of this bug. ***
Created attachment 103929 [details] [review] Only show the dialog if copying takes more than half a second > However, it flashes onto the screen so fast I can't really see it. I > wonder if we should only display the dialog if the transfer takes more than > half a second or so. What do you think? I think it'd be very nice, patch attached.
Committed. Thanks again.