Merge pull request #731 from fanquake/remove_semicolon

Remove trailing semicolon in __init__.py
This commit is contained in:
Jonathan Warren 2014-12-25 21:16:36 -05:00
commit b79953d889
1 changed files with 1 additions and 1 deletions

View File

@ -1283,7 +1283,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(