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

List:       kde-commits
Subject:    branches/KDE/3.5/kdeaccessibility/kttsd/plugins/command
From:       Gary Cramblitt <garycramblitt () comcast ! net>
Date:       2006-01-15 2:30:59
Message-ID: 1137292259.108141.3022.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 498236 by cramblitt:

Fix crash clicking Test button in Command configuration dialog.

 M  +1 -1      commandproc.cpp  


--- branches/KDE/3.5/kdeaccessibility/kttsd/plugins/command/commandproc.cpp #498235:498236
@@ -139,7 +139,7 @@
     text += "\n";
     QCString encodedText;
     if (codec)
-        encodedText = m_codec->fromUnicode(text);
+        encodedText = codec->fromUnicode(text);
     else
         encodedText = text.latin1();  // Should not happen, but just in case.
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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