summaryrefslogtreecommitdiff
path: root/plugins/gtkui/plcommon.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-15 21:50:17 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-15 22:49:10 +0200
commit897eafb9f5caa4aa9dcfad88de146617f4b8fa5c (patch)
tree8158766abacb544e8dfae28e67650c014039c5db /plugins/gtkui/plcommon.c
parent2998a975705dad0f4b33b794263fcf11293bc46f (diff)
gtkui: fixed cover rendering regression
Diffstat (limited to 'plugins/gtkui/plcommon.c')
-rw-r--r--plugins/gtkui/plcommon.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/gtkui/plcommon.c b/plugins/gtkui/plcommon.c
index 993394fd..d0cc6168 100644
--- a/plugins/gtkui/plcommon.c
+++ b/plugins/gtkui/plcommon.c
@@ -93,7 +93,7 @@ redraw_playlist_single_cb (gpointer user_data) {
static void
redraw_playlist_single (void *user_data) {
- g_idle_add (redraw_playlist_cb, user_data);
+ g_idle_add (redraw_playlist_single_cb, user_data);
}
#define ART_PADDING_HORZ 8
@@ -390,11 +390,6 @@ main_reload_metadata_activate
it = next;
}
deadbeef->sendmessage (DB_EV_PLAYLIST_REFRESH, 0, 0, 0);
-#if 0
- main_refresh ();
- search_redraw ();
- trkproperties_fill_metadata ();
-#endif
}
void