chiark / gitweb /
update TODO
[elogind.git] / src / timer.c
index 6f1f02ddbc65a62312c19f34771db72d9a985ee0..1477aa5256d622412180fb9ffdb02e0f17a2329d 100644 (file)
@@ -152,7 +152,7 @@ static void timer_set_state(Timer *t, TimerState state) {
                           timer_state_to_string(old_state),
                           timer_state_to_string(state));
 
-        unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state]);
+        unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true);
 }
 
 static void timer_enter_waiting(Timer *t, bool initial);