Fix hiding the indicator

This commit is contained in:
Přemysl Eric Janouch 2014-09-25 00:33:03 +02:00
parent 0e51b37411
commit 55648e3f3b
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ indicator_hide (struct indicator *self)
tputs (clr_eol, 1, putchar);
fflush (stdout);
self->shown = false;
poller_timer_reset (&self->timer);
}