mirror of
https://github.com/electron/electron.git
synced 2026-02-03 03:35:29 -05:00
NotificationError is discarded
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user