From 55648e3f3bcd9b95318228e3a2676c1f2c38da7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 25 Sep 2014 00:33:03 +0200 Subject: [PATCH] Fix hiding the indicator --- ponymap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ponymap.c b/ponymap.c index 6dd7e86..b446c73 100644 --- a/ponymap.c +++ b/ponymap.c @@ -471,6 +471,7 @@ indicator_hide (struct indicator *self) tputs (clr_eol, 1, putchar); fflush (stdout); + self->shown = false; poller_timer_reset (&self->timer); }