Code

po: added Finnish translation
[ncmpc.git] / src / main.c
index 29c53a8d6c54adbef1e8abb8ec1b1509b288cb0c..bc2a8c73dc30eb4193cc913556abb40ff658ece0 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2010 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -352,6 +352,7 @@ idle_callback(enum mpd_error error, enum mpd_server_error server_error,
                doupdate();
 
                mpdclient_disconnect(c);
+               screen_update(mpd);
                reconnect_source_id = g_timeout_add(1000, timer_reconnect,
                                                    NULL);
                return;