summaryrefslogtreecommitdiff
path: root/plugins/gtkui/fileman.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-01-13 12:53:46 +0100
committerGravatar waker <wakeroid@gmail.com>2013-01-13 12:53:46 +0100
commit3cc71dfdcec51eafaa1e4ae624436768616fd1c9 (patch)
treed8062189acb23b02b990b457bb88c12303713e52 /plugins/gtkui/fileman.c
parenteb3c5791ac5aeeec14a784d11a03971905622f4f (diff)
make "auto-name playlists" option ON by default
Diffstat (limited to 'plugins/gtkui/fileman.c')
-rw-r--r--plugins/gtkui/fileman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/fileman.c b/plugins/gtkui/fileman.c
index 72a5dfa8..3da9b265 100644
--- a/plugins/gtkui/fileman.c
+++ b/plugins/gtkui/fileman.c
@@ -35,7 +35,7 @@ gtkpl_add_dirs (GSList *lst) {
}
deadbeef->pl_lock ();
if (g_slist_length (lst) == 1
- && deadbeef->conf_get_int ("gtkui.name_playlist_from_folder", 0)) {
+ && deadbeef->conf_get_int ("gtkui.name_playlist_from_folder", 1)) {
char t[1000];
if (!deadbeef->plt_get_title (plt, t, sizeof (t))) {
char *def = _("New Playlist");