From a4d89c7d6b9a0334d04c819fc06f0dd7b54dc374 Mon Sep 17 00:00:00 2001 From: Matt Stobo Date: Mon, 30 Oct 2017 19:30:10 -0400 Subject: Fix #335: Set period to none when disabled This allows for hooks to be run when redshift is disabled --- src/redshift.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redshift.c b/src/redshift.c index f4c2d65..e0221d5 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -723,6 +723,7 @@ run_continual_mode(const location_provider_t *provider, scheme, transition_prog, &target_interp); if (disabled) { + period = PERIOD_NONE; color_setting_reset(&target_interp); } -- cgit v1.2.3-70-g09d2