Skip to content

Commit

Permalink
Update mainwindow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-amirsamimi authored Oct 12, 2019
1 parent d8ee559 commit 4066d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions persepolis/scripts/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5491,8 +5491,8 @@ def moveSelectedDownloads(self, menu=None):
# show error message
#TODO: no value for message2
notifySend(QCoreApplication.translate("mainwindow_src_ui_tr",
'Operation was not successful! Following download must be completed first: ') + file_name,
5000, 'fail', parent=self, message2="?")
message1='Operation was not successful! Following download must be completed first: '),
message2=file_name, time=5000, sound='fail', parent=self)

# move files with MoveThread
# MoveThread is created to pervent UI freezing.
Expand Down

0 comments on commit 4066d7d

Please sign in to comment.