From c4a6af00d64b2c718c68675d9e713239b84df5b3 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Fri, 2 Sep 2005 21:26:58 +0000
Subject: [PATCH] fix a TB

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

diff --git a/src/filetransfers_window.py b/src/filetransfers_window.py
index 1fcfb09dad..f9286114a1 100644
--- a/src/filetransfers_window.py
+++ b/src/filetransfers_window.py
@@ -240,6 +240,7 @@ def show_file_send_request(self, account, contact):
 		response = dialog.run()
 		if response == gtk.RESPONSE_OK:
 			files_path_list = dialog.get_filenames()
+			file_dir = None
 			dialog.destroy()
 			for file_path in files_path_list:
 				file_path = file_path.decode(sys.getfilesystemencoding())
-- 
GitLab