Remove trailing semicolon in __init__.py #731

Merged
fanquake merged 1 commits from remove_semicolon into master 2014-12-26 03:16:36 +01:00

View File

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