From 833b724e9f9966847cfeffaa6f4fcfad57b1fcbb Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Thu, 4 Sep 2014 18:48:55 -0400 Subject: [PATCH] fix bug --- src/notify.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/notify.c b/src/notify.c index f960910..37a8596 100644 --- a/src/notify.c +++ b/src/notify.c @@ -597,8 +597,10 @@ int box_notify(ToxWindow* self, Notification notif, uint64_t flags, int* id_indi int box_notify2(ToxWindow* self, Notification notif, uint64_t flags, int id, const char* format, ...) { - if (notifications_are_disabled(flags)) + if (notifications_are_disabled(flags)) { + tab_notify(self, flags); return -1; + } #ifdef _BOX_NOTIFY