Skip to content
Snippets Groups Projects
Commit d290f1ea authored by roidelapluie's avatar roidelapluie
Browse files

clarify my last commit [10153]

parent 72e41475
No related branches found
No related tags found
No related merge requests found
......@@ -1778,6 +1778,7 @@ class GroupchatControl(ChatControlBase):
treeview = gajim.interface.roster.tree
model = treeview.get_model()
if not selection.data or target_type == 80:
# target_type = 80 means a file is dropped
return
data = selection.data
path = treeview.get_selection().get_selected_rows()[1][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment