aboutsummaryrefslogtreecommitdiff
path: root/src/spool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spool.c')
-rw-r--r--src/spool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spool.c b/src/spool.c
index 39ddc7b..2c01cc4 100644
--- a/src/spool.c
+++ b/src/spool.c
@@ -260,9 +260,9 @@ notify(const NOTIFYQ *nq, struct wy_triplet *t, enum wy_event e)
}
void
-notify_finish(void)
+notify_stat(void)
{
- notify(&default_notification, NULL, wy_ev_finish);
+ notify(&default_notification, NULL, wy_ev_stat);
}
void

Return to:

Send suggestions and report system problems to the System administrator.