wmaker: fixed flag to avoid reloading config multiple times
commit1bac0c9dcbdbaa6d02737eb806c7eae5c3338d69
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 4 Jul 2014 21:28:39 +0000 (4 23:28 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 6 Jul 2014 00:07:55 +0000 (6 01:07 +0100)
treec8e721f9af2d92a8682f86dfc2bcda2586e58e95
parentaf059d408beb9b4213439424e35575d065183108
wmaker: fixed flag to avoid reloading config multiple times

The code includes a check whose goal is to avoid reloading more than once
the configuration, in case Inotify would report more than one change during
the event processing.

But the flag was not set so mechanism was ineffective, which is probably
ok anyway but as it is here let's make it work.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/event.c