Merge pull request #731 from fanquake/remove_semicolon

Remove trailing semicolon in __init__.py
master
Jonathan Warren 9 years ago
commit b79953d889

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

Loading…
Cancel
Save