clarify my last commit [10153]

This commit is contained in:
Julien Pivotto 2008-08-08 09:08:42 +00:00
parent 72e4147591
commit d290f1ea91
1 changed files with 1 additions and 0 deletions

View File

@ -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]