[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-1/amarok
From:       Mark Kretschmann <markey () web ! de>
Date:       2005-05-01 18:25:09
Message-ID: 20050501182509.3EE574A6 () office ! kde ! org
[Download RAW message or body]

CVS commit by markey: 

FIX:
The first engine entry in the config dialog was always blank. This bug affected all \
fresh amaroK installations, when no prior amarokrc existed.

CCBUG: 103113


  M +1 -0      ChangeLog   1.639
  M +4 -0      src/enginecontroller.cpp   1.129


--- kdeextragear-1/amarok/ChangeLog  #1.638:1.639
@@ -55,4 +55,5 @@
 
   BUGFIXES:
+    * The first engine entry in the config dialog was always blank.
     * If you filtered by more than one word in Collection Browser, adding
       expandable items (eg: artists or albums) wouldn't work. (BR 100150)

--- kdeextragear-1/amarok/src/enginecontroller.cpp  #1.128:1.129
@@ -119,4 +119,8 @@ EngineController::loadEngine() //static
     }
 
+    // Important: Make sure soundSystem is not empty
+    if( AmarokConfig::soundSystem().isEmpty() )
+        AmarokConfig::setSoundSystem( engineName );
+
     return m_engine;
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic