Code

screen_artist: don't call wrefresh() twice
authorMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 13:20:18 +0000 (15:20 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 13:20:18 +0000 (15:20 +0200)
artist_repaint() calls wrefresh(), don't call it again after
that.

src/screen_artist.c

index ba48ce837196d40775eedb6ddc44f3e3ad2b8c4f..b15b89dbbf7221a829879304e3e02130463d5932 100644 (file)
@@ -452,7 +452,6 @@ artist_cmd(screen_t *screen, mpdclient_t *c, command_t cmd)
 
        if (artist_lw_cmd(cmd)) {
                artist_repaint();
-               wrefresh(browser.lw->w);
                return 1;
        }