Code

main: update within timer_reconnect()
authorMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 23:10:28 +0000 (01:10 +0200)
committerMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 23:10:28 +0000 (01:10 +0200)
commit864295fc334f8887f2c17b484bca126f81b7f901
tree2d301a926127a740d2b077db6c41030bdb9ceea7
parent182bfa40112e8b73ef3b2cf379f3a9e618db214b
main: update within timer_reconnect()

Don't schedule the timer_mpd_update() call.  Always return "true" from
timer_mpd_update().

This sets the full event mask after a connection was established.  The
"database updated" message appears only if the connection existed
before.
src/main.c
src/screen.c