diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 15:04:04 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 15:04:04 -0500 |
commit | a9898601d8a1851a969303523c66e5adaa6f0a82 (patch) | |
tree | 83e8756b2da2aacfc53d549c81ae4dc7c6099fdb /libk9copy | |
parent | d07e0d9159ed0b76454d53052ce4f354117b841b (diff) | |
download | k9copy-a9898601d8a1851a969303523c66e5adaa6f0a82.tar.gz k9copy-a9898601d8a1851a969303523c66e5adaa6f0a82.zip |
Fix reference of /tmp/kde-jmp -> /tmp/tde-jmp to avoid potential conflicts with KDE4.
This partially resolves bug report 813.
Diffstat (limited to 'libk9copy')
-rw-r--r-- | libk9copy/k9mp4enc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9mp4enc.cpp b/libk9copy/k9mp4enc.cpp index 301747c..e29f206 100644 --- a/libk9copy/k9mp4enc.cpp +++ b/libk9copy/k9mp4enc.cpp @@ -213,7 +213,7 @@ void k9MP4Enc::execute ( k9DVDTitle *_title ) m_process=new k9Process ( this,0 ); m_process->setUseShell ( true ); *m_process << "k9copy" << "--play" << "--endsector" << TQString::number ( endSector ) ; - *m_process << "--inject" << injectName; //"/tmp/kde-jmp/inject"; + *m_process << "--inject" << injectName; //"/tmp/tde-jmp/inject"; *m_process << "--input" << "'"+m_device+"'"; *m_process << "--dvdtitle" << TQString::number ( _title->getnumTitle() ); |