GNOME Bugzilla – Bug 628048
Fix Copy to Clipboard
Last modified: 2010-09-08 16:54:41 UTC
Copy/Paste is broken. (1) select photos (2) copy photo (context menu) (3) paste photo to terminal (e.g. gnome-terminal) (4) f-spot crashes
Created attachment 168822 [details] [review] Fix Copy to Clipboard The SetUris method of SelectionData seems to not work correctly since it gets a string but its native pendant gets a string array. This commits works around it.
Review of attachment 168822 [details] [review]: I have no idea how copy/paste works, so I'll have to trust you on this one. I assume the different indentation is tabs vs. spaces, right? Feel free to merge if you're confident about it.
pushed. The intendation is the whitespace/tab-thing. Attachment 168822 [details] pushed as 18d4df5 - Fix Copy to Clipboard