Skip to content

Commit

Permalink
Use queues_notification_close for skip_display instead of queues_hist…
Browse files Browse the repository at this point in the history
…ory_push

dunst-project#590
  • Loading branch information
mgsloan committed Feb 5, 2019
1 parent 977a7a7 commit 3b409b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queues.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ void queues_update(struct dunst_status status)
g_queue_delete_link(waiting, iter);

if (n->skip_display && !n->redisplayed) {
queues_history_push(n);
queues_notification_close(n);
} else {
g_queue_insert_sorted(displayed, n, notification_cmp_data, NULL);
}
Expand Down

0 comments on commit 3b409b0

Please sign in to comment.