clarify my last commit [10153]
This commit is contained in:
parent
72e4147591
commit
d290f1ea91
|
@ -1778,6 +1778,7 @@ class GroupchatControl(ChatControlBase):
|
||||||
treeview = gajim.interface.roster.tree
|
treeview = gajim.interface.roster.tree
|
||||||
model = treeview.get_model()
|
model = treeview.get_model()
|
||||||
if not selection.data or target_type == 80:
|
if not selection.data or target_type == 80:
|
||||||
|
# target_type = 80 means a file is dropped
|
||||||
return
|
return
|
||||||
data = selection.data
|
data = selection.data
|
||||||
path = treeview.get_selection().get_selected_rows()[1][0]
|
path = treeview.get_selection().get_selected_rows()[1][0]
|
||||||
|
|
Loading…
Reference in New Issue