elementary: correctly balance init counts
authorBruno Dilly <bdilly@profusion.mobi>
Wed, 3 Oct 2012 16:41:46 +0000 (16:41 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Wed, 3 Oct 2012 16:41:46 +0000 (16:41 +0000)
commitddaa7bf6db4549e6c45ec7e181fb4e4e201270b6
tree94a2854c6c457b480ba2d67d0f9b3dde6914d81e
parentb6d81b20fe0ee235fbfbe9e31a2634b5c469e5f3
elementary: correctly balance init counts

It was always increasing quicklaunch count on init, but
only reducing on shutdown when _elm_init_count is zeroed,
i.e., the quicklaunc_shutdown rountine wasn't being executed.

SVN revision: 77378
src/lib/elm_main.c