sending updates

This commit is contained in:
ingvar1995
2016-03-17 23:49:27 +03:00
parent 498545c3bf
commit 1bb145728f
3 changed files with 25 additions and 4 deletions

View File

@ -280,7 +280,7 @@ class MainWindow(QtGui.QMainWindow):
if self.profile.is_active_online(): # active friend exists and online
name = QtGui.QFileDialog.getOpenFileName(self, 'Choose file')
if name:
self.profile.send_file(name)
self.profile.send_file(name[0])
# -----------------------------------------------------------------------------------------------------------------
# Functions which called when user open context menu in friends list