[Bug 60134] When noatun is restarted after the login (I left it open at logout) it adds the track I was listening at the end of the playlist

Carsten Pfeiffer carpdjih at mailbox.tu-berlin.de
Thu Jun 26 23:53:59 BST 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=60134     
carpdjih at mailbox.tu-berlin.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From carpdjih at mailbox.tu-berlin.de  2003-06-27 00:53 -------
Subject: kdemultimedia/noatun/modules/marquis

CVS commit by pfeiffer: 

this was just for testing
CCMAIL: 60134-close at bugs.kde.org


  M +9 -8      marquis.cpp   1.11


--- kdemultimedia/noatun/modules/marquis/marquis.cpp  #1.10:1.11
@@ -152,14 +152,15 @@ void Marquis::readSessionConfig(KConfig 
                 napp->playlist()->showList();
 
-        KURL songURL = c->readPathEntry("Current Song");
+// this is broken (pfeiffer)
+//      KURL songURL = c->readPathEntry("Current Song");
 // kdDebug(66666) << "song: " << songURL.url() << endl;
-        if ( songURL.isValid() )
-        {
+//      if ( songURL.isValid() )
+//      {
 // kdDebug(66666) << "is Valid, setting as current now!" << endl;
-                napp->playlist()->addFile( songURL, true );
-                int position = c->readNumEntry("Current Position", 0);
-                player->skipTo( position );
-                setPlayStatus( player, c->readNumEntry("PlayStatus", 0) );
-        }
+//              napp->playlist()->addFile( songURL, true );
+//              int position = c->readNumEntry("Current Position", 0);
+//              player->skipTo( position );
+//              setPlayStatus( player, c->readNumEntry("PlayStatus", 0) );
+/       }
 
         player->setVolume( c->readNumEntry("Volume", 100) );



More information about the kde-multimedia mailing list