Gnome Notification default ref cleanup

This commit is contained in:
Chris Caron 2020-04-02 13:53:06 -04:00
parent 5f3e9462cd
commit 9eabae88ce

View File

@ -141,7 +141,7 @@ class NotifyGnome(NotifyBase):
# The urgency of the message
if urgency not in GNOME_URGENCIES:
self.urgency = GnomeUrgency.NORMAL
self.urgency = self.template_args['urgency']['default']
else:
self.urgency = urgency