From 07690f22617eae3ec5a60c8ea38807fe661f5f97 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 27 Aug 2010 15:23:46 +0200 Subject: Playlist: add empty header_state to default settings --- nephilim/plugins/Playlist.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nephilim/plugins/Playlist.py b/nephilim/plugins/Playlist.py index af64bf3..dc26f0c 100644 --- a/nephilim/plugins/Playlist.py +++ b/nephilim/plugins/Playlist.py @@ -29,8 +29,7 @@ class Playlist(Plugin): o = None # private - DEFAULTS = {'columns': ['track', 'title', 'artist', - 'date', 'album', 'length']} + DEFAULTS = {'columns': ['track', 'title', 'artist', 'date', 'album', 'length'], 'header_state' : QtCore.QByteArray()} def _load(self): self.o = PlaylistWidget(self) -- cgit v1.2.3