From a9898601d8a1851a969303523c66e5adaa6f0a82 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 13 Mar 2012 15:04:04 -0500 Subject: Fix reference of /tmp/kde-jmp -> /tmp/tde-jmp to avoid potential conflicts with KDE4. This partially resolves bug report 813. --- libk9copy/k9mp4enc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libk9copy') 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() ); -- cgit v1.2.1