After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 628048 - Fix Copy to Clipboard
Fix Copy to Clipboard
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: 0.7.3
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-26 17:32 UTC by Mike Gemünde
Modified: 2010-09-08 16:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix Copy to Clipboard (4.66 KB, patch)
2010-08-26 17:32 UTC, Mike Gemünde
committed Details | Review

Description Mike Gemünde 2010-08-26 17:32:23 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
Comment 1 Mike Gemünde 2010-08-26 17:32:25 UTC
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.
Comment 2 Ruben Vermeersch 2010-08-27 11:44:25 UTC
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.
Comment 3 Mike Gemünde 2010-08-27 16:34:27 UTC
pushed.

The intendation is the whitespace/tab-thing.

Attachment 168822 [details] pushed as 18d4df5 - Fix Copy to Clipboard