NotificationError is discarded
This commit is contained in:
parent
1c65f5d7d9
commit
5e4c90f264
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void NotificationPresenterLinux::ShowNotification(
|
|||
notify_notification_show(notification, &error);
|
||||
if (error) {
|
||||
log_and_clear_error(error, "notify_notification_show");
|
||||
delegate->NotificationError();
|
||||
g_object_unref(notification);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue