aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-25 00:33:03 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-25 00:33:03 +0200
commit55648e3f3bcd9b95318228e3a2676c1f2c38da7b (patch)
tree1f447092a9be51cb3bd9f6456bc858aac9f66ad1
parent0e51b3741185055d5bb82adc314d89a1c15b64ae (diff)
downloadponymap-55648e3f3bcd9b95318228e3a2676c1f2c38da7b.tar.gz
ponymap-55648e3f3bcd9b95318228e3a2676c1f2c38da7b.tar.xz
ponymap-55648e3f3bcd9b95318228e3a2676c1f2c38da7b.zip
Fix hiding the indicator
-rw-r--r--ponymap.c1
1 files changed, 1 insertions, 0 deletions
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);
}