diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:37:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:37:41 -0600 |
commit | 12aacfc8106f4c40f73d777cb5c6860990786c44 (patch) | |
tree | 663ed9193c88c0b6cc94605017b35c794545513f /kttsd | |
parent | ef9070bed92caf498c838441f478f75e1ba1938d (diff) | |
download | tdeaccessibility-12aacfc8106f4c40f73d777cb5c6860990786c44.tar.gz tdeaccessibility-12aacfc8106f4c40f73d777cb5c6860990786c44.zip |
Minor update for kioslave rename
Diffstat (limited to 'kttsd')
-rw-r--r-- | kttsd/TODO | 6 | ||||
-rw-r--r-- | kttsd/kttsd/speaker.cpp | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -63,9 +63,9 @@ _ KTTSD: _ I am told that when kttsd crashes, it can take knotify down with it. See about "disconnecting" knotify from kttsd (using post to Qt event queue). _ Strange msg being produced by TDEIO::move, but it works fine. ?? - kio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav - kio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav - kio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del + tdeio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav + tdeio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav + tdeio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del _ While kttsd currently configures a Talker automatically, would be nice if it could autoconfigure talkers for each requested language, if one has not already been configured. _ Add support for speech markers. diff --git a/kttsd/kttsd/speaker.cpp b/kttsd/kttsd/speaker.cpp index 53c1b25..35a3356 100644 --- a/kttsd/kttsd/speaker.cpp +++ b/kttsd/kttsd/speaker.cpp @@ -1322,9 +1322,9 @@ uttIterator Speaker::deleteUtterance(uttIterator it) d.rename(it->audioUrl, dest); // TODO: This is always producing the following. Why and how to fix? // It moves the files just fine. - // kio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav - // kio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav - // kio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del + // tdeio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav + // tdeio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav + // tdeio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del // TDEIO::move(it->audioUrl, dest, false); } else |