Remove trailing semicolon in __init__.py

This commit is contained in:
Michael Ford 2014-10-24 10:39:34 +08:00
parent 12b4015457
commit 9ca1f87d79
1 changed files with 1 additions and 1 deletions

View File

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