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

List:       kde-commits
Subject:    branches/KDE/3.5/kdeaccessibility/kttsd/players/akodeplayer
From:       Gary Cramblitt <garycramblitt () comcast ! net>
Date:       2006-01-17 23:56:23
Message-ID: 1137542183.687926.24491.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 499513 by cramblitt:

Fix crash when using akode.

 M  +2 -1      akodeplayer.cpp  


--- branches/KDE/3.5/kdeaccessibility/kttsd/players/akodeplayer/akodeplayer.cpp #499512:499513
@@ -68,7 +68,8 @@
         }
     }
 
-    if (m_player->load(file.local8Bit().data()))
+    // if (m_player->load(file.local8Bit().data()))
+    if (m_player->load(QFile::encodeName(file)))
         m_player->play();
 
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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