Typo
Typo in 89567cecfa7246b717141955eb438540cebfb41e
This commit is contained in:
parent
1792289e00
commit
2da1115d17
@ -10,6 +10,6 @@ def connect_plugin(title, subtitle, category, label, icon):
|
|||||||
if not icon:
|
if not icon:
|
||||||
icon = 'mail-message-new' if category == 2 else 'pybitmessage'
|
icon = 'mail-message-new' if category == 2 else 'pybitmessage'
|
||||||
connect_plugin.notification.update(title, subtitle, icon)
|
connect_plugin.notification.update(title, subtitle, icon)
|
||||||
connect_plugin.notification.show.show()
|
connect_plugin.notification.show()
|
||||||
|
|
||||||
connect_plugin.notification = Notify.Notification.new("Init", "Init")
|
connect_plugin.notification = Notify.Notification.new("Init", "Init")
|
||||||
|
Reference in New Issue
Block a user