GNOME Bugzilla – Bug 523033
Enable DND of sheets to other applications
Last modified: 2008-11-26 23:53:27 UTC
Currently you cannot drag a gnumeric sheet and drop it on another application like gedit (text) or GIMP (image). Patch follows shortly.
Created attachment 107472 [details] [review] patch enabling dnd of sheets to other applications Use cases: - select a sheet and drag it to gedit - select a chart on a sheet, select the sheet and drag it to the GIMP
- g_return_if_fail (IS_WBC_GTK (wbcg)); What that?
This is an internally called function (static). Why should we check for correct parameters?
Time to bring this back on the radar. Patch won't apply as-is, but I guess I can fix that up by hand.
Created attachment 123294 [details] [review] Updated patch Here's an updated patch. What is the procedure to drag an image into the gimp?
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Patch is in and dragging to Emacs certainly works. I'm not sure about the image part.