fixed typo

This commit is contained in:
Jeena 2012-12-30 17:05:20 +01:00
parent 65883892f9
commit 7e44a54bfb

View file

@ -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