diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gtkui/gtkplaylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkplaylist.c b/plugins/gtkui/gtkplaylist.c index e5aa4971..868e26a2 100644 --- a/plugins/gtkui/gtkplaylist.c +++ b/plugins/gtkui/gtkplaylist.c @@ -881,7 +881,7 @@ gtkpl_songchanged (gtkplaylist_t *ps, int from, int to) { gtk_range_set_value (GTK_RANGE (ps->scrollbar), to - ps->nvisiblerows/2); } } - if (deadbeef->conf_get_int ("playlist.scroll.cursorfollowplayback", 1)) { + if (deadbeef->conf_get_int ("playlist.scroll.cursorfollowplayback", 0)) { gtkpl_set_cursor (PL_MAIN, to); } } |