From cc15a6261e9564edc4fb998f6510f29aaa6f5400 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 15:20:18 +0200 Subject: [PATCH] screen_artist: don't call wrefresh() twice artist_repaint() calls wrefresh(), don't call it again after that. --- src/screen_artist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screen_artist.c b/src/screen_artist.c index ba48ce8..b15b89d 100644 --- a/src/screen_artist.c +++ b/src/screen_artist.c @@ -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; } -- 2.30.2