fixed typo
This commit is contained in:
parent
65883892f9
commit
7e44a54bfb
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class Controller(QtCore.QObject):
|
||||||
subprocess.check_output(['kdialog', '--passivepopup', name + ' mentioned you: ' + text])
|
subprocess.check_output(['kdialog', '--passivepopup', name + ' mentioned you: ' + text])
|
||||||
except OSError:
|
except OSError:
|
||||||
try:
|
try:
|
||||||
subprocess.check_output(['notify-send', '-i', 'dialog-information', name + 'mentioned you on Tent', text])
|
subprocess.check_output(['notify-send', '-i', 'dialog-information', name + ' mentioned you on Tent', text])
|
||||||
except OSError:
|
except OSError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Reference in a new issue