Remove trailing semicolon in __init__.py

master
Michael Ford 9 years ago
parent 12b4015457
commit 9ca1f87d79

@ -1284,7 +1284,7 @@ class MyForm(QtGui.QMainWindow):
def notifierShow(self, title, subtitle, fromCategory, label):
global withMessagingMenu
self.playSound(fromCategory, label);
self.playSound(fromCategory, label)
if withMessagingMenu:
n = Notify.Notification.new(

Loading…
Cancel
Save