Treferwynd / transmission-remote-gtk

Automatically exported from code.google.com/p/transmission-remote-gtk
GNU General Public License v2.0
0 stars 0 forks source link

Drag & drop has stopped working #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This may be KDE specific, not sure...have not tested on any other config.  
Drag&Drop of .torrent files appears to no longer work (current git build)

Original issue reported on code.google.com by reardo...@gmail.com on 7 Feb 2012 at 7:09

GoogleCodeExporter commented 9 years ago
So the problem was that it was not meeting the condition 
"gdk_drag_context_get_actions(context) == GDK_ACTION_MOVE". I haven't changed 
that since you submitted the patch though, so without looking into it much I'm 
a little confused why this stopped working.

Oh well, removed the condition, don't think it's needed.

Original comment by a...@eth0.org.uk on 7 Feb 2012 at 9:07

GoogleCodeExporter commented 9 years ago
Hmm. Doesn't fix it.  And if I remember I had to fuss with it for a while and 
had to use the ACTION_MOVE to get it working in first place.

Are you using GTK2 build?

Original comment by reardo...@gmail.com on 8 Feb 2012 at 2:56

GoogleCodeExporter commented 9 years ago
Yeah, GTK2. I thought I tested it, but I see another possible (new) issue that 
maybe was breaking it. 

I've fixed that and tested it again, definitely works for me. This is still 
without the _MOVE condition. If you think it really does need that, it's a 
bitmask so perhaps you meant to do a bit check rather than an equality check.

Original comment by a...@eth0.org.uk on 8 Feb 2012 at 10:02

GoogleCodeExporter commented 9 years ago
Still not working for me.  I'll try to investigate what happened.  It clearly 
was working previously.

Original comment by reardo...@gmail.com on 9 Feb 2012 at 1:13

GoogleCodeExporter commented 9 years ago
Ok, seems to be a problem with new KDE 4.8.  Works fine on native Gnome/GTK.

Original comment by reardo...@gmail.com on 9 Feb 2012 at 5:00