summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorJason Conti <[email protected]>2019-08-31 22:10:46 -0400
committerlukefromdc <[email protected]>2019-09-02 04:05:21 +0000
commit975184923121ac2047020922c144763bb3ddb842 (patch)
treeb06180f508fb15f60153fdc24895c4189b362735 /src/daemon
parent5a7637ab6edb537ec341779dad3282616cd72ca7 (diff)
downloadmate-notification-daemon-975184923121ac2047020922c144763bb3ddb842.tar.bz2
mate-notification-daemon-975184923121ac2047020922c144763bb3ddb842.tar.xz
mate-notification-properties: Add do-not-disturb checkbox
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/daemon.c1
1 files changed, 0 insertions, 1 deletions
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;