-rw-r--r-- | noncore/multimedia/opieplayer2/mediaplayerstate.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp index 44bc46b..31773f2 100644 --- a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp +++ b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp | |||
@@ -51,6 +51,8 @@ MediaPlayerState::MediaPlayerState( QObject *parent, const char *name ) | |||
51 | 51 | ||
52 | 52 | ||
53 | MediaPlayerState::~MediaPlayerState() { | 53 | MediaPlayerState::~MediaPlayerState() { |
54 | Config cfg( "OpiePlayer" ); | ||
55 | writeConfig( cfg ); | ||
54 | } | 56 | } |
55 | 57 | ||
56 | 58 | ||
@@ -257,3 +259,6 @@ void MediaPlayerState::toggleBlank() { | |||
257 | 259 | ||
258 | 260 | ||
259 | 261 | ||
262 | |||
263 | |||
264 | |||