From e60a233bfb0b619be7cc8119bcebd40d7028efd5 Mon Sep 17 00:00:00 2001 From: Pavel Shlyak Date: Sun, 25 Aug 2019 19:43:26 +0300 Subject: timerapplet.c: remove reductant condition --- timerapplet/timerapplet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index 47de009c..88c14cef 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -133,7 +133,7 @@ timer_callback (TimerApplet *applet) } else { - if (applet->active && !applet->pause) + if (!applet->pause) applet->elapsed += STEP; duration = g_settings_get_int (applet->settings, DURATION_KEY); -- cgit v1.2.1