send fix
This commit is contained in:
parent
42703c9bc2
commit
6d56b2aa5b
2 changed files with 2 additions and 2 deletions
|
@ -279,7 +279,7 @@ class MainWindow(QtGui.QMainWindow):
|
|||
def send_file(self):
|
||||
if self.profile.is_active_online(): # active friend exists and online
|
||||
name = QtGui.QFileDialog.getOpenFileName(self, 'Choose file')
|
||||
if name:
|
||||
if name[0]:
|
||||
self.profile.send_file(name[0])
|
||||
|
||||
# -----------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue