From 975184923121ac2047020922c144763bb3ddb842 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sat, 31 Aug 2019 22:10:46 -0400 Subject: mate-notification-properties: Add do-not-disturb checkbox --- src/daemon/daemon.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/daemon/daemon.c') diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index d8bab28..4a11c2f 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -1338,7 +1338,6 @@ static gboolean notify_daemon_notify_handler(NotifyDaemonNotifications *object, /* If we are in do-not-disturb mode, just grab a new id and close the notification */ if (do_not_disturb) { - /* FIXME: does this break things if we enable the option with an action notification up */ return_id = _generate_id (daemon); notify_daemon_notifications_complete_notify (object, invocation, return_id); return TRUE; -- cgit v1.2.1