Merge pull request #731 from fanquake/remove_semicolon
Remove trailing semicolon in __init__.py
This commit is contained in:
commit
b79953d889
|
@ -1283,7 +1283,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(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user