Merge branch 'drag-and-drop-on-group' into 'master'
Fix drag and drop on a group. See merge request !50
This commit is contained in:
commit
7932cdf123
|
@ -4536,7 +4536,7 @@ class RosterWindow:
|
|||
self.remove_contact_from_groups(c_source.jid, account,
|
||||
[grp_source])
|
||||
|
||||
if context.get_action() in (Gdk.DragAction.MOVE, Gdk.DragAction.COPY):
|
||||
if context.get_actions() in (Gdk.DragAction.MOVE, Gdk.DragAction.COPY):
|
||||
context.finish(True, True, etime)
|
||||
|
||||
def drag_drop(self, treeview, context, x, y, timestamp):
|
||||
|
|
Loading…
Reference in New Issue