From d290f1ea91e1f73a7ff2273d6f25ba6b5c2bd658 Mon Sep 17 00:00:00 2001
From: Julien Pivotto <roidelapluie@esquimaux.be>
Date: Fri, 8 Aug 2008 09:08:42 +0000
Subject: [PATCH] clarify my last commit [10153]

---
 src/groupchat_control.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/groupchat_control.py b/src/groupchat_control.py
index fc2234af58..cf5b79fdc9 100644
--- a/src/groupchat_control.py
+++ b/src/groupchat_control.py
@@ -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]
-- 
GitLab